wok-6.x diff lcms/receipt @ rev 10802
glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jun 04 08:51:01 2011 +0000 (2011-06-04) |
parents | 18b8dc71d9bf |
children | 8d0494b159cc |
line diff
1.1 --- a/lcms/receipt Wed Apr 29 21:19:45 2009 +0200 1.2 +++ b/lcms/receipt Sat Jun 04 08:51:01 2011 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lcms" 1.7 -VERSION="1.18" 1.8 +VERSION="1.19" 1.9 CATEGORY="graphics" 1.10 SHORT_DESC="A free color management engine in 100K (library)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -TARBALL="$PACKAGE-${VERSION}a.tar.gz" 1.13 +TARBALL="$PACKAGE-${VERSION}.tar.gz" 1.14 WEB_SITE="http://www.littlecms.com/" 1.15 -WGET_URL="${WEB_SITE}$TARBALL" 1.16 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()