wok-next rev 6891
Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 02:47:40 2010 +0000 (2010-10-21) |
parents | 5d59e8648183 |
children | 685f070bd605 |
files | cups/receipt |
line diff
1.1 --- a/cups/receipt Thu Oct 21 01:31:17 2010 +0000 1.2 +++ b/cups/receipt Thu Oct 21 02:47:40 2010 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev gnutls php-dev" 1.5 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.6 WEB_SITE="http://www.cups.org/" 1.7 -WGET_URL="http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$VERSION/$TARBALL" 1.8 +WGET_URL="ftp://ftp.easysw.com/pub/cups/$VERSION/$TARBALL" 1.9 TAGS="printer printing" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -27,7 +27,9 @@ 1.13 --disable-pam \ 1.14 --disable-gssapi \ 1.15 --disable-acl \ 1.16 - --disable-slp \ 1.17 + --disable-slp \ 1.18 + --enable-dbus \ 1.19 + --with-dbusdir=/etc/dbus-1 \ 1.20 --with-cups-user=nobody \ 1.21 --with-cups-group=nogroup \ 1.22 --with-languages="de es fr" \