wok-current annotate webkit-web-inspector/receipt @ rev 8358
Up: mercurial to 1.7.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 03 15:58:22 2011 +0000 (2011-02-03) |
parents | eca8176123e7 |
children | 82085c4d9c72 |
rev | line source |
---|---|
mallory@3147 | 1 # SliTaz package receipt. |
mallory@3147 | 2 |
mallory@3147 | 3 PACKAGE="webkit-web-inspector" |
mallory@3148 | 4 SOURCE="webkit" |
slaxemulator@7883 | 5 VERSION="1.2.6" |
mallory@3148 | 6 CATEGORY="network" |
mallory@3148 | 7 SHORT_DESC="Webkit development tools" |
slaxemulator@7883 | 8 DEPENDS="libwebkit" |
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@6337 | 16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
mallory@3148 | 17 mkdir -p $fs/usr/ |
jozee@5022 | 18 cp -a $_pkg/usr/bin $fs/usr/ |
mallory@3148 | 19 cp -a $_pkg/usr/share $fs/usr/ |
mallory@3147 | 20 } |