wok rev 9945

sox: change libtool dep for libltdl & clean receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 12:23:32 2011 +0200 (2011-05-18)
parents d7c5f052dc97
children ebf60d9a284d
files sox/receipt
line diff
     1.1 --- a/sox/receipt	Wed May 18 12:13:42 2011 +0200
     1.2 +++ b/sox/receipt	Wed May 18 12:23:32 2011 +0200
     1.3 @@ -5,21 +5,22 @@
     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 alsa-lib flac libid3tag libmad libvorbis libpng \
     1.8 -lame libmagic libgomp libao ffmpeg libsndfile"
     1.9 -BUILD_DEPENDS="$DEPENDS ffmpeg-dev libsndfile-dev libid3tag-dev libmad-dev libvorbis-dev libpng-dev lame-dev libsamplerate-dev alsa-lib-dev flac-dev libao-dev libogg-dev libmagic-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://sox.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="libltdl libsamplerate alsa-lib flac libid3tag libmad libvorbis libpng \
    1.15 +lame libmagic libgomp libao ffmpeg libsndfile"
    1.16 +BUILD_DEPENDS="$DEPENDS ffmpeg-dev libsndfile-dev libid3tag-dev libmad-dev libvorbis-dev libpng-dev \
    1.17 + lame-dev libsamplerate-dev alsa-lib-dev flac-dev libao-dev libogg-dev libmagic-dev"
    1.18 + 
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.24 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25 +	./configure --prefix=/usr &&
    1.26  	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -29,6 +30,5 @@
    1.33  	cp -a $_pkg/usr/bin $fs/usr
    1.34  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.35  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.36 -	#cp -a $_pkg/usr/lib/sox/*.so* $fs/usr/lib
    1.37  }
    1.38