udev: update to 165.

This commit is contained in:
Juan RP 2010-12-16 15:31:10 +01:00
parent 06de6a9a33
commit b96666e09c
2 changed files with 11 additions and 2 deletions

9
srcpkgs/udev/INSTALL Normal file
View file

@ -0,0 +1,9 @@
#
# This scripts updates the udev database as suggested upstream.
#
case "${ACTION}" in
post)
echo "Updating udev database..."
sbin/udevadm info --convert-db
;;
esac

View file

@ -1,13 +1,13 @@
# Template file for 'udev'
pkgname=udev
version=164
version=165
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=81db1a089e4c13fd73fbb5ace7974ab84e2d92d8a39fad81d3707d92b6429258
checksum=04b0054c0844ae9cdd6b32cb62561b89755dce290fd0ee199b4be4ff42b904df
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."