wok annotate webkit-web-inspector/receipt @ rev 11398
Compat: squirrelmail trigger cook of squirrelmail-* only when using cookutils - I don't think this piece of code is needed at all as squirrel-* will be cooked anyway if one update them
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 13:19:00 2011 +0100 (2011-12-10) |
parents | 53a227ffd1c4 |
children | b242093530f9 |
rev | line source |
---|---|
mallory@3147 | 1 # SliTaz package receipt. |
mallory@3147 | 2 |
mallory@3147 | 3 PACKAGE="webkit-web-inspector" |
slaxemulator@11247 | 4 VERSION="1.6.1" |
mallory@3148 | 5 CATEGORY="network" |
mallory@3148 | 6 SHORT_DESC="Webkit development tools" |
slaxemulator@7883 | 7 DEPENDS="libwebkit" |
slaxemulator@8530 | 8 SOURCE="webkit" |
mallory@3148 | 9 WANTED="libwebkit" |
mallory@3148 | 10 MAINTAINER="mallory@sweetpeople.org" |
mallory@3148 | 11 WEB_SITE="http://webkitgtk.org" |
mallory@3147 | 12 |
mallory@3147 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@3147 | 14 genpkg_rules() |
mallory@3147 | 15 { |
slaxemulator@8530 | 16 mkdir -p $fs/usr/share |
jozee@5022 | 17 cp -a $_pkg/usr/bin $fs/usr/ |
slaxemulator@11247 | 18 cp -a $_pkg/usr/share/webkitgtk-1.0 $fs/usr/share |
mallory@3147 | 19 } |