wok rev 6179
Up: libsndfile, libsndfile-dev to 1.0.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 10 13:21:42 2010 +0000 (2010-09-10) |
parents | 244aef42ee60 |
children | 334ea93b69f8 |
files | libsndfile-dev/receipt libsndfile/receipt |
line diff
1.1 --- a/libsndfile-dev/receipt Fri Sep 10 13:04:11 2010 +0000 1.2 +++ b/libsndfile-dev/receipt Fri Sep 10 13:21:42 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsndfile-dev" 1.7 -VERSION="1.0.19" 1.8 +VERSION="1.0.21" 1.9 CATEGORY="development" 1.10 SHORT_DESC="libsndfile devel files" 1.11 MAINTAINER="jozee@slitaz.org"
2.1 --- a/libsndfile/receipt Fri Sep 10 13:04:11 2010 +0000 2.2 +++ b/libsndfile/receipt Fri Sep 10 13:21:42 2010 +0000 2.3 @@ -1,21 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libsndfile" 2.7 -VERSION="1.0.19" 2.8 +VERSION="1.0.21" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="A C library for reading and writing files containing sampled sound" 2.11 MAINTAINER="jozee@slitaz.org" 2.12 DEPENDS="alsa-lib flac libvorbis" 2.13 -BUILD_DEPENDS="alsa-lib-dev flac-dev" 2.14 +BUILD_DEPENDS="alsa-lib alsa-lib-dev flac-dev" 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 WEB_SITE="http://www.mega-nerd.com/libsndfile/" 2.17 -WGET_URL="$WEB_SITE/$TARBALL" 2.18 +WGET_URL="$WEB_SITE/files/$TARBALL" 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 cd $src 2.24 - ./configure --prefix=/usr --disable-sqlite && 2.25 + ./configure --prefix=/usr --disable-sqlite $CONFIGURE_ARGS && 2.26 make && 2.27 make DESTDIR=$PWD/_pkg install 2.28 }