wok diff audiofile/receipt @ rev 12680
linux: add nbd, drbd & aoe modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 01 15:32:39 2012 +0200 (2012-05-01) |
parents | 1dd502ec61c7 |
children | da729d3d7d17 |
line diff
1.1 --- a/audiofile/receipt Wed Apr 28 21:45:28 2010 +0000 1.2 +++ b/audiofile/receipt Tue May 01 15:32:39 2012 +0200 1.3 @@ -1,25 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audiofile" 1.7 -VERSION="0.2.7" 1.8 +VERSION="0.3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats" 1.11 MAINTAINER="allan316@gmail.com" 1.12 -DEPENDS="" 1.13 +LICENSE="LGPL" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.68k.org/~michael/audiofile/" 1.16 -WGET_URL="$WEB_SITE/$TARBALL" 1.17 +WGET_URL="http://audiofile.68k.org/$TARBALL" 1.18 + 1.19 +DEPENDS="alsa-lib" 1.20 +BUILD_DEPENDS="alsa-lib-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 ./configure \ 1.27 - --prefix=/usr \ 1.28 - --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man \ 1.30 $CONFIGURE_ARGS && 1.31 - make && make DESTDIR=$PWD/_pkg install 1.32 + make && make DESTDIR=$DESTDIR install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.