wok-6.x rev 4252
Up: xsane (0.997)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Sep 25 04:09:04 2009 +0200 (2009-09-25) |
parents | 3681131f240a |
children | cb3974d9da27 |
files | xsane/receipt |
line diff
1.1 --- a/xsane/receipt Fri Sep 25 02:18:43 2009 +0200 1.2 +++ b/xsane/receipt Fri Sep 25 04:09:04 2009 +0200 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xsane" 1.7 -VERSION="0.994" 1.8 +VERSION="0.997" 1.9 CATEGORY="office" 1.10 SHORT_DESC="XSane - graphical scanning frontend." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="sane-backends gtk+ tiff xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev sane-backends-dev sane-backends" 1.14 +BUILD_DEPENDS="gtk+-dev sane-backends-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://www.xsane.org/" 1.17 -WGET_URL="ftp://sunsite.uio.no/pub/sane/xsane/$TARBALL" 1.18 +WGET_URL="http://www.xsane.org/download/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -31,4 +31,3 @@ 1.23 cp -a $_pkg/usr/share/sane $fs/usr/share 1.24 rm -rf $fs/usr/share/sane/xsane/doc 1.25 } 1.26 -