summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-12-16 11:34:18 +0100
committerJuergen Daubert <jue@jue.li>2012-12-16 11:34:18 +0100
commit2492dcec5b8b75195bc19d497450d5caff4fa922 (patch)
tree30c7bc232945d801f652b54b1d3a47523e045313 /cups
parent9e48941de188b897d6f599d09936132445fec7ad (diff)
downloadopt-2492dcec5b8b75195bc19d497450d5caff4fa922.tar.gz
opt-2492dcec5b8b75195bc19d497450d5caff4fa922.tar.xz
cups: depends on zlib, disable icon- and menudir explicit, thanks Romster
Diffstat (limited to 'cups')
-rw-r--r--cups/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile
index 888309a58..900e5c235 100644
--- a/cups/Pkgfile
+++ b/cups/Pkgfile
@@ -1,11 +1,11 @@
# Description: CUPS - Common UNIX Printing System
# URL: http://www.cups.org
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: acl tcp_wrappers libusb openssl
+# Depends on: acl tcp_wrappers libusb openssl zlib
name=cups
version=1.6.1
-release=1
+release=2
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2
cups-config.patch cups)
@@ -25,7 +25,7 @@ build () {
--with-cups-group=lp \
--with-languages="" \
--without-{java,perl,php,python} \
- --without-rcdir \
+ --without-{icon,menu,rc}dir \
--with-optim="$CFLAGS" \
--enable-{ssl,openssl} --disable-gnutls \
--enable-tcp-wrappers \
@@ -40,7 +40,6 @@ build () {
rm -r $PKG/usr/share/cups/{banners,data}
# cleanup
- rm -r $PKG/usr/share/{applications,icons}
chmod 0755 $PKG/var/{cache,spool}
chmod -R +w $PKG

Generated by cgit