wok diff libao/receipt @ rev 18194

python-ofxparse: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 11 13:07:08 2015 +0200 (2015-07-11)
parents c35d5f7526ad
children a78610b2eb47
line diff
     1.1 --- a/libao/receipt	Wed Feb 12 22:53:32 2014 +0100
     1.2 +++ b/libao/receipt	Sat Jul 11 13:07:08 2015 +0200
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://downloads.xiph.org/releases/ao/" 
     1.6  WGET_URL="$WEB_SITE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glibc-base alsa-lib"
    1.10  BUILD_DEPENDS="alsa-lib-dev"
    1.11 @@ -16,11 +17,11 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure --prefix=/usr --enable-alsa09 --disable-arts \
    1.17 +	./configure \
    1.18 +		--enable-alsa09 \
    1.19 +		--disable-arts \
    1.20  		$CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 @@ -29,8 +30,6 @@
    1.28  	mkdir -p $fs/usr/lib/ao/plugins-4 $fs/etc
    1.29  	cp -a $install/usr/lib/ao/plugins-4/*.so $fs/usr/lib/ao/plugins-4
    1.30  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31 -	
    1.32  	# Add conf file
    1.33 -	cp -a $stuff/libao.conf $fs/etc/
    1.34 -
    1.35 +	cp -a $stuff/libao.conf $fs/etc
    1.36  }