udev: update to 149.

--HG--
extra : convert_revision : 8144acd430ea7bfe23f377994cbf7fe92d79cb8b
This commit is contained in:
Juan RP 2009-12-05 15:52:57 +01:00
parent b58a5db969
commit a8690c4cbb
3 changed files with 2 additions and 7 deletions

View File

@ -7,8 +7,6 @@ long_desc="${long_desc}
etc), a library to interact with udev through the GLib bindings." etc), a library to interact with udev through the GLib bindings."
replaces="udev-glib-devel" replaces="udev-glib-devel"
revision=1
Add_dependency run libgudev Add_dependency run libgudev
do_install() do_install()

View File

@ -7,8 +7,6 @@ long_desc="${long_desc}
the GLib bindings." the GLib bindings."
replaces="udev-glib" replaces="udev-glib"
revision=1
Add_dependency run udev Add_dependency run udev
Add_dependency run glib Add_dependency run glib

View File

@ -1,14 +1,13 @@
# Template file for 'udev' # Template file for 'udev'
pkgname=udev pkgname=udev
version=147 version=149
revision=2
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2" distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
--with-rootlibdir=/lib" --with-rootlibdir=/lib"
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=6517acde28bf319fc52c2b65fef7ef9f35a62bd669bbda6ad65de354d74d8d6b checksum=63cc177dbc2eba5445eceeea65eea59813ac2f7c29f06f18310b54de545aee1d
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."