wok-current annotate webkit-web-inspector/receipt @ rev 4383
Add: bcrypt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Oct 14 14:11:07 2009 +0000 (2009-10-14) |
parents | 02358c32acd8 |
children | e24b9f715190 |
rev | line source |
---|---|
mallory@3147 | 1 # SliTaz package receipt. |
mallory@3147 | 2 |
mallory@3147 | 3 PACKAGE="webkit-web-inspector" |
mallory@3148 | 4 SOURCE="webkit" |
rcx@3981 | 5 VERSION="1.1.13" |
mallory@3148 | 6 CATEGORY="network" |
mallory@3148 | 7 SHORT_DESC="Webkit development tools" |
mallory@3148 | 8 WANTED="libwebkit" |
mallory@3148 | 9 MAINTAINER="mallory@sweetpeople.org" |
mallory@3148 | 10 WEB_SITE="http://webkitgtk.org" |
mallory@3147 | 11 |
mallory@3147 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@3147 | 13 genpkg_rules() |
mallory@3147 | 14 { |
mallory@3148 | 15 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
mallory@3148 | 16 mkdir -p $fs/usr/ |
mallory@3148 | 17 cp -a $_pkg/usr/share $fs/usr/ |
mallory@3147 | 18 } |