diff --git a/srcpkgs/udev/template b/srcpkgs/udev/template index 853cc281fa3..682aeb61fa0 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 }