cups: update to 1.2.12
This commit is contained in:
parent
19c5aacc25
commit
55cb21fd08
@ -27,6 +27,10 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lpr
|
||||
-rwxr-xr-x root/root usr/bin/lprm
|
||||
-rwxr-xr-x root/root usr/bin/lpstat
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
drwxr-xr-x root/root usr/etc/dbus-1/
|
||||
drwxr-xr-x root/root usr/etc/dbus-1/system.d/
|
||||
-rw-r--r-- root/root usr/etc/dbus-1/system.d/cups.conf
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/cups/
|
||||
-rw-r--r-- root/root usr/include/cups/adminutil.h
|
||||
|
@ -1,3 +1,3 @@
|
||||
01b6a755c5b0fb7df2d2c94571f67e1d cups
|
||||
2742f1eec38abb04472b86627da8e493 cups-1.2.11-source.tar.bz2
|
||||
d410658468384b5ba5d04a808f6157fe cups-1.2.12-source.tar.bz2
|
||||
2220f411940c4f7504ed4457c6304d4a cups-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: libpng, libtiff, openssl
|
||||
|
||||
name=cups
|
||||
version=1.2.11
|
||||
version=1.2.12
|
||||
release=1
|
||||
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
|
||||
cups-config.patch cups)
|
||||
@ -15,6 +15,7 @@ build () {
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--localstatedir=/var \
|
||||
--with-docdir=/usr/share/cups/doc \
|
||||
--with-logdir=/var/log/cups \
|
||||
@ -27,7 +28,7 @@ build () {
|
||||
--enable-pam=no
|
||||
|
||||
make
|
||||
make BUILDROOT=$PKG install
|
||||
make BUILDROOT=$PKG DBUSDIR=/usr/etc/dbus-1/system.d install
|
||||
|
||||
rm -rf $PKG/etc/{rc*.d,init.d}
|
||||
rm -rf $PKG/usr/share/{locale,icons,applications}
|
||||
|
Loading…
x
Reference in New Issue
Block a user