udev: update to 168.

This commit is contained in:
Juan RP 2011-04-28 17:31:37 +02:00
parent d656dae06f
commit 2b48b811e8
2 changed files with 9 additions and 2 deletions

View file

@ -41,5 +41,12 @@ done
# Copy across helpers the rules need
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/input_id /lib/udev
copy_exec /lib/udev/path_id /lib/udev
copy_exec /lib/udev/scsi_id /lib/udev
copy_exec /lib/udev/usb_id /lib/udev
cp -f /lib/udev/firmware ${DESTDIR}/lib/udev

View file

@ -1,13 +1,13 @@
# Template file for 'udev'
pkgname=udev
version=167
version=168
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
--with-rootlibdir=/lib --enable-introspection"
short_desc="A userspace implementation of devfs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bafaf33e8a39ae109a3e1b82eed72337776cad3e5cccacce8d909a44e09a32eb
checksum=9ddc43173cf7b397c8cc01d26d644932ff2c2259b3a5eea7be90db96a28080e2
long_desc="
udev is a implementation of devfs in userspace using sysfs and
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."