udev: update to 135.

--HG--
extra : convert_revision : 0263eec39926245adb3e430fa2bf48d075164a2f
This commit is contained in:
Juan RP 2008-12-10 00:18:45 +01:00
parent 1c8b62123c
commit 830c735d75

View file

@ -1,15 +1,16 @@
# Template file for 'udev' # Template file for 'udev'
pkgname=udev pkgname=udev
version=1.33 udev_distver="135"
wrksrc="udev-133" version=1.35
wrksrc="udev-$udev_distver"
distfiles=" distfiles="
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-133.tar.bz2" http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-${udev_distver}.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--without-selinux" configure_args="--without-selinux"
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin" make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
short_desc="A userspace implementation of devfs" short_desc="A userspace implementation of devfs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fe4785fe93e27be05ded15414e3f590b0cbc309400f9cc461a27d20c042f62a8 checksum=acbb5e7d322253ed242f28fbc1974bd34a4da7c29275e17cd5b32b38b2a5c849
long_desc=" long_desc="
udev is a implementation of devfs in userspace using sysfs and udev is a implementation of devfs in userspace using sysfs and
/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly." /sbin/hotplug. It requires a 2.5/2.6 kernel to run properly."