mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 07:07:14 +08:00
Updated cups to 1.5.0
This commit is contained in:
parent
b5409adf2e
commit
0692a1f168
@ -5,16 +5,17 @@
|
|||||||
|
|
||||||
_pkgbasename=libcups
|
_pkgbasename=libcups
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=1.4.7
|
pkgver=1.5.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
|
pkgdesc="The CUPS Printing System - client libraries (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url="http://www.cups.org/"
|
url="http://www.cups.org/"
|
||||||
depends=(lib32-glibc $_pkgbasename)
|
depends=(lib32-glibc $_pkgbasename)
|
||||||
makedepends=(gcc-multilib)
|
makedepends=(gcc-multilib cups)
|
||||||
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
|
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
|
||||||
md5sums=('1590033ab4c739b859aeb672fe849089')
|
md5sums=('e54ed09ede2340fc3014913333520fe4')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
@ -35,7 +36,7 @@ build() {
|
|||||||
--disable-dbus \
|
--disable-dbus \
|
||||||
--enable-ssl=no \
|
--enable-ssl=no \
|
||||||
--disable-gnutls \
|
--disable-gnutls \
|
||||||
--disable-threads \
|
--enable-threads \
|
||||||
--with-optim="$CFLAGS" \
|
--with-optim="$CFLAGS" \
|
||||||
--libdir=/usr/lib32
|
--libdir=/usr/lib32
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user