udev: update to 143.

--HG--
extra : convert_revision : 54402d0798820b0928aa2f860416a2cdb799e568
This commit is contained in:
Juan RP
2009-06-20 18:19:50 +02:00
parent b58b45996c
commit 3afdd1f54d
5 changed files with 34 additions and 69 deletions

View File

@@ -1,21 +1,31 @@
# Template file for 'udev'
pkgname=udev
version=142
patch_files="arch-udev-rules.diff"
sourcepkg=$pkgname
version=143
distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--exec-prefix= --without-selinux"
configure_args="--exec-prefix= --without-selinux --libexecdir=/lib/udev
--with-rootlibdir=/lib"
short_desc="A userspace implementation of devfs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=59c819d4717bc4940a5372c027ebf569e992949778ec1b20a12a0e3b3d4d165b
checksum=3406a653533d573baa50bbdcd81a314377ae9506c9d4573aae7ae2e0755d9439
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."
openrc_services="udev sysinit"
conf_files="/etc/udev/udev.conf"
subpackages="devel"
Add_dependency full glibc
Add_dependency full procps
Add_dependency full libblkid
Add_dependency full glib
Add_dependency full acl
Add_dependency full libusb-compat
Add_dependency full usbutils 0.82
Add_dependency full pciutils
Add_dependency build gperf
post_install()
{
@@ -26,7 +36,6 @@ post_install()
for f in ia64 ppc s390; do
rm ${DESTDIR}/lib/udev/rules.d/40-${f}.rules
done
install -m755 ${FILESDIR}/ignore-remove.sh ${DESTDIR}/lib/udev
# Create some devices that are needed by the initramfs.
install -d $DESTDIR/lib/firmware