wok-6.x diff cups-pdf/receipt @ rev 13256
qemacs-tiny: -Werror=unused-but-set-variable fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 17 09:13:42 2012 +0200 (2012-08-17) |
parents | be13f25e790b |
children | c7d1f2d1477f |
line diff
1.1 --- a/cups-pdf/receipt Sun Feb 20 06:53:59 2011 +0000 1.2 +++ b/cups-pdf/receipt Fri Aug 17 09:13:42 2012 +0200 1.3 @@ -1,12 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cups-pdf" 1.7 -VERSION="2.5.0" 1.8 +VERSION="2.5.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="PDF printer for cups" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 DEPENDS="ghostscript cups" 1.13 -BUILD_DEPENDS="" 1.14 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.15 WEB_SITE="http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf" 1.16 WGET_URL="${WEB_SITE}/src/${TARBALL}" 1.17 @@ -26,6 +25,4 @@ 1.18 cp -a $src/src/cups-pdf $fs/usr/lib/cups/backend 1.19 cp -a $src/extra/CUPS-PDF.ppd $fs/usr/share/cups/model 1.20 cp -a $src/extra/cups-pdf.conf $fs/etc/cups 1.21 - 1.22 -} 1.23 - 1.24 +} 1.25 \ No newline at end of file