wok diff sox/receipt @ rev 2472

Add ruby-dev
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 15 19:57:20 2009 +0100 (2009-03-15)
parents 5199985d69a7
children 0b02072d7f48
line diff
     1.1 --- a/sox/receipt	Thu Oct 16 20:19:46 2008 +0000
     1.2 +++ b/sox/receipt	Sun Mar 15 19:57:20 2009 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Swiss Army knife of sound processing programs."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="libtool libsamplerate"
     1.8 +DEPENDS="libtool libsamplerate alsa-lib flac libid3tag libmad libvorbis"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://sox.sourceforge.net/"
    1.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 @@ -15,8 +15,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22