wok-4.x diff libsamplerate/receipt @ rev 5072
fix hp officejet: sane-backends
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Mar 12 11:32:31 2010 +0000 (2010-03-12) |
parents | 7500356beb11 |
children | 289f05ac25a1 |
line diff
1.1 --- a/libsamplerate/receipt Fri Feb 29 17:15:48 2008 +0100 1.2 +++ b/libsamplerate/receipt Fri Mar 12 11:32:31 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