wok diff alsaplayer-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 851fc1686394
children fc9203de5ff2
line diff
     1.1 --- a/alsaplayer-dev/receipt	Thu Dec 05 10:45:02 2013 +0000
     1.2 +++ b/alsaplayer-dev/receipt	Sun Feb 14 22:06:06 2016 +0100
     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  }