wok rev 12321

Up: audiofile to 0.3.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 07:36:56 2012 +0000 (2012-04-19)
parents 6631f145d1d7
children 30ee1300dc38
files audiofile-dev/receipt audiofile/receipt
line diff
     1.1 --- a/audiofile-dev/receipt	Thu Apr 19 07:29:19 2012 +0000
     1.2 +++ b/audiofile-dev/receipt	Thu Apr 19 07:36:56 2012 +0000
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="audiofile-dev"
     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, development files"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  WEB_SITE="http://www.68k.org/~michael/audiofile/"
    1.13 +DEPENDS="audiofile"
    1.14  WANTED="audiofile"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 @@ -13,7 +14,6 @@
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20  	cp -a $_pkg/usr/include $fs/usr
    1.21 -	cp -a $_pkg/usr/share $fs/usr
    1.22  	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.23  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.24  }
     2.1 --- a/audiofile/receipt	Thu Apr 19 07:29:19 2012 +0000
     2.2 +++ b/audiofile/receipt	Thu Apr 19 07:36:56 2012 +0000
     2.3 @@ -1,25 +1,25 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="audiofile"
     2.7 -VERSION="0.2.7"
     2.8 +VERSION="0.3.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats"
    2.11  MAINTAINER="allan316@gmail.com"
    2.12 -DEPENDS=""
    2.13 +LICENSE="LGPL"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15  WEB_SITE="http://www.68k.org/~michael/audiofile/"
    2.16 -WGET_URL="$WEB_SITE/$TARBALL"
    2.17 +WGET_URL="http://audiofile.68k.org/$TARBALL"
    2.18 +
    2.19 +DEPENDS="alsa-lib"
    2.20 +BUILD_DEPENDS="alsa-lib-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24  {
    2.25  	cd $src
    2.26  	./configure \
    2.27 -		--prefix=/usr \
    2.28 -		--infodir=/usr/share/info \
    2.29 -		--mandir=/usr/share/man \
    2.30  		$CONFIGURE_ARGS &&
    2.31 -	make && make DESTDIR=$PWD/_pkg install
    2.32 +	make && make DESTDIR=$DESTDIR install
    2.33  }
    2.34  
    2.35  # Rules to gen a SliTaz package suitable for Tazpkg.