mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
kmod & libcups updates
This commit is contained in:
parent
18b94474b2
commit
8824237a90
@ -2,7 +2,7 @@
|
||||
# Contributor: Jesse Jaara <gmail.com: jesse.jaara>
|
||||
|
||||
pkgname=lib32-kmod
|
||||
pkgver=8
|
||||
pkgver=9
|
||||
pkgrel=1
|
||||
pkgdesc="Linux kernel module handling"
|
||||
arch=('x86_64')
|
||||
@ -12,7 +12,7 @@ depends=('lib32-zlib' 'kmod')
|
||||
makedepends=('gcc-multilib')
|
||||
options=('!libtool')
|
||||
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/kmod-$pkgver.tar.xz")
|
||||
md5sums=('d4e3d038b5370b1e8ff237c55666aa64')
|
||||
md5sums=('c8ae2d2694fbca2b28e238b30543a0cd')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
_pkgbasename=libcups
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=1.5.3
|
||||
pkgver=1.6.1
|
||||
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 cups lib32-libusb)
|
||||
source=(http://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2)
|
||||
md5sums=('e1ad15257aa6f162414ea3beae0c5df8')
|
||||
md5sums=('87ade07e3d1efd03c9c3add949cf9c00')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -37,6 +37,7 @@ build() {
|
||||
--disable-gnutls \
|
||||
--enable-threads \
|
||||
--with-optim="$CFLAGS" \
|
||||
--disable-avahi \
|
||||
--libdir=/usr/lib32
|
||||
make
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user