wok-next diff alsaplayer-dev/receipt @ rev 18817
Add python-pyte
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jan 16 09:15:31 2016 +0000 (2016-01-16) |
parents | 851fc1686394 |
children |
line diff
1.1 --- a/alsaplayer-dev/receipt Thu Dec 05 10:45:02 2013 +0000 1.2 +++ b/alsaplayer-dev/receipt Sat Jan 16 09:15:31 2016 +0000 1.3 @@ -8,8 +8,7 @@ 1.4 LICENSE="GPL3" 1.5 WANTED="alsaplayer" 1.6 WEB_SITE="http://www.alsaplayer.org/" 1.7 - 1.8 -DEPENDS="pkg-config" 1.9 +HOST_ARCH="i486 arm" 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 @@ -19,7 +18,6 @@ 1.14 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.15 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.16 cp -a $install/usr/lib/alsaplayer $fs/usr/lib 1.17 - 1.18 # Remove shared libs. 1.19 rm $fs/usr/lib/alsaplayer/*/*.so 1.20 }