udev: update to 182.
This commit is contained in:
parent
964dfca6d1
commit
deded506cb
4 changed files with 8 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libudev'
|
||||
pkgname=libgudev
|
||||
version=181
|
||||
version=182
|
||||
wrksrc=udev-${version}
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
@ -11,7 +11,7 @@ short_desc="GObject-based wrapper library for libudev"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=14c14f9a4909b9e81238a9611655963de1764889c17a9ce9ec515f20aac298fb
|
||||
checksum=adb8892f3b8e4b7163703ed4a545774721a3d55a1062de001f08c477c03d97ab
|
||||
long_desc="
|
||||
This library makes it much simpler to use libudev from programs already using
|
||||
GObject. It also makes it possible to easily use libudev from other
|
||||
|
|
|
@ -33,7 +33,7 @@ mkdir -p ${DESTDIR}/lib/udev/rules.d
|
|||
|
||||
UDEV_RULES="
|
||||
50-udev-default.rules 60-persistent-storage.rules
|
||||
61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules"
|
||||
80-drivers.rules 95-udev-late.rules"
|
||||
|
||||
for f in ${UDEV_RULES}; do
|
||||
cp -p /lib/udev/rules.d/$f ${DESTDIR}/lib/udev/rules.d
|
||||
|
@ -43,5 +43,4 @@ done
|
|||
mkdir -p ${DESTDIR}/lib/udev
|
||||
copy_exec /lib/udev/ata_id /lib/udev
|
||||
copy_exec /lib/udev/cdrom_id /lib/udev
|
||||
copy_exec /lib/udev/edd_id /lib/udev
|
||||
copy_exec /lib/udev/scsi_id /lib/udev
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'udev'
|
||||
pkgname=udev
|
||||
version=181
|
||||
version=182
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib
|
||||
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
||||
--with-rootlibdir=/lib --disable-introspection --enable-floppy
|
||||
--with-systemdsystemunitdir=/lib/systemd/system --disable-gudev
|
||||
--enable-udev_acl --disable-static --disable-rule-generator
|
||||
--disable-static --disable-rule-generator
|
||||
--with-firmware-path=/lib/firmware/updates:/lib/firmware"
|
||||
short_desc="/dev/ and hotplug management daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||
license="GPL-2"
|
||||
checksum=14c14f9a4909b9e81238a9611655963de1764889c17a9ce9ec515f20aac298fb
|
||||
checksum=adb8892f3b8e4b7163703ed4a545774721a3d55a1062de001f08c477c03d97ab
|
||||
long_desc="
|
||||
udev is a daemon which dynamically creates and removes device nodes from
|
||||
/dev/, handles hotplug events and loads drivers at boot time."
|
||||
|
@ -24,19 +24,13 @@ subpackages="libudev libudev-devel"
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build gperf
|
||||
Add_dependency build libxslt
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build acl-devel
|
||||
Add_dependency build libblkid-devel
|
||||
Add_dependency build libkmod-devel
|
||||
|
||||
Add_dependency full usbutils ">=0.82"
|
||||
Add_dependency full pciutils
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Install some additional rules.
|
||||
install -m644 rules/misc/* ${DESTDIR}/lib/udev/rules.d
|
||||
|
||||
post_install() {
|
||||
# Install the initramfs-tools hook/scripts.
|
||||
vinstall ${FILESDIR}/udev.initramfs-hook 755 \
|
||||
usr/share/initramfs-tools/hooks udev
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
librt.so.1
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libacl.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libblkid.so.1
|
||||
libkmod.so.2
|
||||
|
|
Loading…
Reference in a new issue