wok-current diff libwebkit-dev/receipt @ rev 7700
get-upx: get last version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 18 21:50:54 2010 +0100 (2010-12-18) |
parents | eca8176123e7 |
children | 5e47e150b1fc |
line diff
1.1 --- a/libwebkit-dev/receipt Tue Oct 12 21:49:16 2010 +0000 1.2 +++ b/libwebkit-dev/receipt Sat Dec 18 21:50:54 2010 +0100 1.3 @@ -13,11 +13,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.8 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.9 mkdir -p $fs/usr/lib $fs/usr/share 1.10 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.13 cp -a $_pkg/usr/include $fs/usr 1.14 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.15 }