mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
updated lib32-libcups to version 1.4.7
This commit is contained in:
parent
2fd61d0e42
commit
eaa9ebc30d
@ -5,7 +5,7 @@
|
||||
|
||||
_pkgbasename=libcups
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=1.4.6
|
||||
pkgver=1.4.7
|
||||
pkgrel=1
|
||||
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
|
||||
arch=('x86_64')
|
||||
@ -14,7 +14,7 @@ url="http://www.cups.org/"
|
||||
depends=(lib32-glibc $_pkgbasename)
|
||||
makedepends=(gcc-multilib)
|
||||
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
|
||||
md5sums=('de8fb5a29c36554925c0c6a6e2c0dae1')
|
||||
md5sums=('1590033ab4c739b859aeb672fe849089')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -26,10 +26,18 @@ build() {
|
||||
aclocal -I config-scripts
|
||||
autoconf -I config-scripts
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--disable-ldap --enable-raw-printing --disable-gssapi --disable-dbus \
|
||||
--enable-ssl=no --disable-gnutls --disable-threads \
|
||||
--with-optim="$CFLAGS" --libdir=/usr/lib32
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-ldap \
|
||||
--enable-raw-printing \
|
||||
--disable-gssapi \
|
||||
--disable-dbus \
|
||||
--enable-ssl=no \
|
||||
--disable-gnutls \
|
||||
--disable-threads \
|
||||
--with-optim="$CFLAGS" \
|
||||
--libdir=/usr/lib32
|
||||
make
|
||||
}
|
||||
|
||||
@ -37,4 +45,3 @@ package() {
|
||||
cd ${srcdir}/cups-${pkgver}
|
||||
make BUILDROOT=${pkgdir} install-libs
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user