From 14f6e463ba9133420a2675e2e1db957eab471cec Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 29 Jan 2010 22:07:22 +0100 Subject: Maj udev#151-2 --- base/udev/.footprint | 2 -- base/udev/.md5sum | 2 +- base/udev/Pkgfile | 12 +++++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/base/udev/.footprint b/base/udev/.footprint index 6e48f09a8..c22ff0155 100644 --- a/base/udev/.footprint +++ b/base/udev/.footprint @@ -2,7 +2,6 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/udev/ drwxr-xr-x root/root etc/udev/rules.d/ -rw-r--r-- root/root etc/udev/rules.d/55-lfs.rules --rw-r--r-- root/root etc/udev/rules.d/61-cdrom.rules -rw-r--r-- root/root etc/udev/udev.conf drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/firmware/ @@ -70,7 +69,6 @@ drwxr-xr-x root/root usr/share/doc/ drwxr-xr-x root/root usr/share/doc/udev-151/ drwxr-xr-x root/root usr/share/doc/udev-config/ -rw-r--r-- root/root usr/share/doc/udev-config/55-lfs.txt --rw-r--r-- root/root usr/share/doc/udev-config/61-cdrom.txt drwxr-xr-x root/root usr/share/gtk-doc/ drwxr-xr-x root/root usr/share/gtk-doc/html/ drwxr-xr-x root/root usr/share/gtk-doc/html/libudev/ diff --git a/base/udev/.md5sum b/base/udev/.md5sum index 62a97666d..09784127a 100644 --- a/base/udev/.md5sum +++ b/base/udev/.md5sum @@ -1,2 +1,2 @@ aeae0e6273dcbec246c3c1b9868ebed1 udev-151.tar.bz2 -32071ef3e57e0cd164e83e668baa0a44 udev-config-20090925.tar.bz2 +e065557fe45fb47dbb18ef200923dc09 udev-config-20100126.tar.bz2 diff --git a/base/udev/Pkgfile b/base/udev/Pkgfile index 409db0427..acd1f6932 100644 --- a/base/udev/Pkgfile +++ b/base/udev/Pkgfile @@ -2,29 +2,35 @@ # URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=udev version=151 -release=1 -_lfs_release=20090925 +release=2 +_lfs_release=20100126 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2) build() { cd udev-$version + install -dv $PKG/lib/{firmware,udev/devices/{pts,shm}} ln -s /proc/self/fd $PKG/lib/udev/devices/fd ln -s /proc/self/fd/0 $PKG/lib/udev/devices/stdin ln -s /proc/self/fd/1 $PKG/lib/udev/devices/stdout ln -s /proc/self/fd/2 $PKG/lib/udev/devices/stderr ln -s /proc/kcore $PKG/lib/udev/devices/core + +sed -e 's/0640/0660/' extras/floppy/60-floppy.rules + + ./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ --docdir=/usr/share/doc/udev-$version \ --disable-extras --disable-introspection + make + make install DESTDIR=$PKG mandir="/usr/share/man" install -m644 -v rules/packages/64-*.rules \ $PKG/lib/udev/rules.d/ -- cgit v1.2.3-70-g09d2