wok-6.x rev 13048
Up: cups, cups-dev, cups-pam (1.5.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jun 18 21:47:07 2012 +0200 (2012-06-18) |
parents | a283e7450161 |
children | 442e12fd9c8a |
files | cups-dev/receipt cups-pam/receipt cups/receipt cups/stuff/install-sh.u |
line diff
1.1 --- a/cups-dev/receipt Mon Jun 18 21:37:33 2012 +0200 1.2 +++ b/cups-dev/receipt Mon Jun 18 21:47:07 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt." 1.5 1.6 PACKAGE="cups-dev" 1.7 -VERSION="1.4.6" 1.8 +VERSION="1.5.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Common UNIX Printing System dev files." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/cups-pam/receipt Mon Jun 18 21:37:33 2012 +0200 2.2 +++ b/cups-pam/receipt Mon Jun 18 21:47:07 2012 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cups-pam" 2.7 -VERSION="1.4.6" 2.8 +VERSION="1.5.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Common UNIX Printing System with pam support." 2.11 MAINTAINER="pascal.bellard@slitaz.org"
3.1 --- a/cups/receipt Mon Jun 18 21:37:33 2012 +0200 3.2 +++ b/cups/receipt Mon Jun 18 21:47:07 2012 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="cups" 3.7 -VERSION="1.4.6" 3.8 +VERSION="1.5.3" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Common UNIX Printing System." 3.11 MAINTAINER="erjo@slitaz.org" 3.12 @@ -17,6 +17,7 @@ 3.13 compile_rules() 3.14 { 3.15 cd $src 3.16 + patch -p1 < $stuff/install-sh.u 3.17 ./configure \ 3.18 --prefix=/usr \ 3.19 --sysconfdir=/etc \
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/cups/stuff/install-sh.u Mon Jun 18 21:47:07 2012 +0200 4.3 @@ -0,0 +1,11 @@ 4.4 +--- cups-1.5.3-ori/install-sh 4.5 ++++ cups-1.5.3/install-sh 4.6 +@@ -61,7 +61,7 @@ 4.7 + dst="" 4.8 + dir_arg="" 4.9 + 4.10 +-function gzipcp { 4.11 ++gzipcp() { 4.12 + # gzipcp from to 4.13 + $gzipprog -9 <"$1" >"$2" 4.14 + }