wok-current diff gutenprint/receipt @ rev 15255
gammu: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 21:06:53 2013 +0000 (2013-09-23) |
parents | 8a29edd59964 |
children | 7105e793369a |
line diff
1.1 --- a/gutenprint/receipt Wed Jun 20 17:22:42 2012 +0000 1.2 +++ b/gutenprint/receipt Mon Sep 23 21:06:53 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Top quality printer drivers for Canon, Epson" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WEB_SITE="http://gimp-print.sourceforge.net/" 1.10 +WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" 1.11 + 1.12 DEPENDS="gnutls readline gtk+ cups libtasn1 gmp" 1.13 BUILD_DEPENDS="gnutls-dev expat-dev cups-dev libgcrypt-dev zlib-dev \ 1.14 foomatic-db-engine libtasn1-dev gmp-dev" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://gimp-print.sourceforge.net/" 1.17 -WGET_URL="$SF_MIRROR/gimp-print/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()