wok-next diff alsaplayer-dev/receipt @ rev 18227
wine: modify /etc/locale.conf for UTF-8 support
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 20 08:25:22 2015 +0200 (2015-07-20) |
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 Mon Jul 20 08:25:22 2015 +0200 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 }