wok-stable diff libiec61883/receipt @ rev 6119
Add cd-discid (1.1) get CDDB discid information from a CD
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Sep 05 11:46:52 2010 +0200 (2010-09-05) |
parents | f0c28c832411 |
children |
line diff
1.1 --- a/libiec61883/receipt Sun Mar 15 23:40:16 2009 +0000 1.2 +++ b/libiec61883/receipt Sun Sep 05 11:46:52 2010 +0200 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libiec61883" 1.7 -VERSION="1.1.0" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="libiec61883 is a standard defining a high speed serial bus." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="libraw1394" 1.13 BUILD_DEPENDS="libraw1394 libraw1394-dev" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +#TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" 1.17 WEB_SITE="http://www.linux1394.org/" 1.18 -WGET_URL="http://www.linux1394.org/dl/$TARBALL" 1.19 +#WGET_URL="http://www.linux1394.org/dl/$TARBALL" 1.20 +WGET_URL="http://ftp.debian.org/pool/main/libi/$PACKAGE/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()