udev: update to 166.

This commit is contained in:
Juan RP 2011-02-11 12:59:05 +01:00
parent 3126d37220
commit 97ed70429b

View file

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