wok diff libsamplerate/receipt @ rev 6215

Up: libnice, libnice-dev to 0.0.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 16:33:27 2010 +0000 (2010-09-11)
parents 7500356beb11
children 289f05ac25a1
line diff
     1.1 --- a/libsamplerate/receipt	Fri Feb 29 17:15:48 2008 +0100
     1.2 +++ b/libsamplerate/receipt	Sat Sep 11 16:33:27 2010 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Sample Rate Converter for audio."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 +DEPENDS="libsndfile libogg"
     1.8  WEB_SITE="http://www.mega-nerd.com/SRC/"
     1.9  WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL"
    1.10  
    1.11 @@ -16,8 +17,8 @@
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--mandir=/usr/share/man \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21