From ac598678d644b8371a7bada09f07def6cd19d5d2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 31 Jul 2011 09:46:49 +0200 Subject: [PATCH] udev: update to 173. --- srcpkgs/udev/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index 853cc281fa..682aeb61fa 100644 --- a/srcpkgs/udev/template +++ b/srcpkgs/udev/template @@ -1,21 +1,21 @@ # Template file for 'udev' pkgname=udev -version=172 +version=173 distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2" build_style=gnu_configure configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev --with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy ---with-systemdsystemunitdir=/lib/systemd/system --disable-gudev" +--with-systemdsystemunitdir=/lib/systemd/system --disable-gudev +--enable-udev_acl" short_desc="/dev/ and hotplug management daemon" maintainer="Juan RP " homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" license="GPL-2" -checksum=b8959cc951ff69ff13305aad6836eac1ff672d98d5a11435c38c4608f77bbd6a +checksum=70a18315a12f8fc1131f7da5b4dae3606988b69d5c08f96f443b84b8486caaaf long_desc=" udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time." -keep_empty_dirs=yes openrc_services="udev sysinit true" conf_files="/etc/udev/udev.conf" subpackages="libudev libudev-devel" @@ -47,9 +47,4 @@ post_install() usr/share/initramfs-tools/scripts/init-top udev vinstall ${FILESDIR}/udev.initramfs-bottom 755 \ usr/share/initramfs-tools/scripts/init-bottom udev - - # Move pkgconfig files to correct path - install -d $DESTDIR/usr/lib/pkgconfig - mv $DESTDIR/usr/share/pkgconfig/* $DESTDIR/usr/lib/pkgconfig - rmdir $DESTDIR/usr/share/pkgconfig }