wok-6.x diff libwebkit-dev/receipt @ rev 7310
Add libass. Need for xbmc.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 14:33:14 2010 +0000 (2010-11-17) |
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 Wed Nov 17 14:33:14 2010 +0000 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 }