wok-stable diff libsndfile/receipt @ rev 6510

Up: feh to 1.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 21:03:32 2010 +0000 (2010-10-01)
parents 583bdd691510
children bc341388571d
line diff
     1.1 --- a/libsndfile/receipt	Fri May 01 13:43:09 2009 +0200
     1.2 +++ b/libsndfile/receipt	Fri Oct 01 21:03:32 2010 +0000
     1.3 @@ -1,21 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsndfile"
     1.7 -VERSION="1.0.19"
     1.8 +VERSION="1.0.21"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="A C library for reading and writing files containing sampled sound"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  DEPENDS="alsa-lib flac libvorbis"
    1.13 -BUILD_DEPENDS="alsa-lib-dev flac-dev"
    1.14 +BUILD_DEPENDS="alsa-lib alsa-lib-dev flac-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.mega-nerd.com/libsndfile/" 
    1.17 -WGET_URL="$WEB_SITE/$TARBALL"
    1.18 +WGET_URL="$WEB_SITE/files/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	./configure --prefix=/usr --disable-sqlite &&
    1.25 +	./configure --prefix=/usr --disable-sqlite $CONFIGURE_ARGS &&
    1.26  	make &&
    1.27  	make DESTDIR=$PWD/_pkg install
    1.28  }