diff options
author | tnut <tnut at nutyx dot com> | 2012-05-06 17:21:54 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-05-06 17:21:54 +0200 |
commit | 53b492cea2bed470c14ffd5b564974c8f4dd89a6 (patch) | |
tree | b93198952376d470a7e5d9a8e1e247cfcf4e499a /udev/Pkgfile | |
parent | da38d2b0170922c01a607a04af092e77ca2d64d1 (diff) | |
download | nutyx-pakxe-53b492cea2bed470c14ffd5b564974c8f4dd89a6.tar.gz nutyx-pakxe-53b492cea2bed470c14ffd5b564974c8f4dd89a6.tar.bz2 nutyx-pakxe-53b492cea2bed470c14ffd5b564974c8f4dd89a6.tar.xz nutyx-pakxe-53b492cea2bed470c14ffd5b564974c8f4dd89a6.zip |
udev, maj 175-1
Diffstat (limited to 'udev/Pkgfile')
-rw-r--r-- | udev/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/udev/Pkgfile b/udev/Pkgfile index 2e960afb1..36c3de729 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -1,12 +1,12 @@ # Description: Démon pour la gestion du matériel dans l'espace utilisateur -# URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html -# Maintainer: NuTyX core team +# URL: http://www.freedesktop.org/software/systemd/man/udev.html +# Maintainer: cgit.freedesktop.org/systemd/systemd/log/src/udev # Packager: thierryn1 at hispeed dot ch # Depends on: libusb-compat,usbutils,gobject-introspection,gperf,acl,pciutils # Run on: name=udev -version=174 +version=175 release=1 _lfs_release=20100128 source=( http://www.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.gz \ @@ -28,6 +28,7 @@ ln -s /proc/kcore $PKG/lib/udev/devices/core ./configure --prefix=/usr \ + --enable-rule_generator \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ --docdir=/usr/share/doc/udev-$version \ |