wok-next diff audiofile/receipt @ rev 9543
blender: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 13:01:20 2011 +0200 (2011-04-09) |
parents | 1d0ce199819e |
children | 01d294e2fcd0 |
line diff
1.1 --- a/audiofile/receipt Sat Jul 04 16:24:02 2009 +0000 1.2 +++ b/audiofile/receipt Sat Apr 09 13:01:20 2011 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audiofile" 1.7 -VERSION="0.2.6" 1.8 +VERSION="0.2.7" 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 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.68k.org/~michael/audiofile/" 1.15 -WGET_URL="http://www.68k.org/~michael/audiofile/audiofile-0.2.6.tar.gz" 1.16 +WGET_URL="$WEB_SITE/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()