mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
updated lib32-udev to version 173
This commit is contained in:
parent
498addbfc9
commit
3646c89a72
@ -4,7 +4,7 @@
|
||||
# maintainer (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=('lib32-udev')
|
||||
pkgver=172
|
||||
pkgver=173
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
pkgdesc="The userspace dev tools (udev) (32-bit)"
|
||||
@ -14,7 +14,7 @@ options=(!makeflags !libtool)
|
||||
depends=('lib32-glibc' 'lib32-glib2' 'lib32-acl' 'lib32-libusb-compat' 'udev')
|
||||
makedepends=('gcc-multilib' 'coreutils' 'util-linux' 'pciutils' 'kernel26' 'gperf' 'libxslt' 'gobject-introspection')
|
||||
source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-$pkgver.tar.bz2)
|
||||
md5sums=('bd122d04cf758441f498aad0169a454f')
|
||||
sha256sums=('70a18315a12f8fc1131f7da5b4dae3606988b69d5c08f96f443b84b8486caaaf')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
@ -27,7 +27,6 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
cd $srcdir/udev-$pkgver
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
Loading…
Reference in New Issue
Block a user