wok-current annotate webkit-web-inspector/receipt @ rev 8530
Fixed libwebkit to not need src varible folder. Moved GtkLanucher to DESTDIR/usr/bin in compile_rules so we can save 300mb on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 13 01:40:21 2011 +0000 (2011-02-13) |
parents | 82085c4d9c72 |
children | 53a227ffd1c4 |
rev | line source |
---|---|
mallory@3147 | 1 # SliTaz package receipt. |
mallory@3147 | 2 |
mallory@3147 | 3 PACKAGE="webkit-web-inspector" |
slaxemulator@8498 | 4 VERSION="1.2.7" |
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@8530 | 18 cp -a $_pkg/usr/share/webkit-1.0 $fs/usr/share |
mallory@3147 | 19 } |