udev: updated to 149.

This commit is contained in:
Tilman Sauerbeck 2009-12-14 20:13:45 +01:00
parent 197c1bcffc
commit a4ba11eb31
3 changed files with 7 additions and 6 deletions

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root etc/udev/rules.d/
-rw-r--r-- root/root etc/udev/udev.conf
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.5.0
-rwxr-xr-x root/root lib/libudev.so.0.5.0
lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.5.1
-rwxr-xr-x root/root lib/libudev.so.0.5.1
drwxr-xr-x root/root lib/udev/
-rwxr-xr-x root/root lib/udev/ata_id
-rwxr-xr-x root/root lib/udev/cdrom_id
@ -25,6 +25,7 @@ crw-rw-rw- root/root lib/udev/devices/zero (1, 5)
-rwxr-xr-x root/root lib/udev/edd_id
-rwxr-xr-x root/root lib/udev/firmware.sh
-rwxr-xr-x root/root lib/udev/fstab_import
-rwxr-xr-x root/root lib/udev/input_id
-rwxr-xr-x root/root lib/udev/path_id
-rw-r--r-- root/root lib/udev/rule_generator.functions
drwxr-xr-x root/root lib/udev/rules.d/

View File

@ -1,3 +1,3 @@
f27ca9ef668bcf7561717e7543d06f4c start_udev
b2a8acefda4fa8a70d45642035abd718 udev-146.tar.bz2
b218bd15939e8afc6368e1907a48bb26 udev-149.tar.bz2
dc6424ac6fa38635328ad962b4e489db udev-config-20090523.tar.bz2

View File

@ -3,8 +3,8 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=udev
version=146
release=2
version=149
release=1
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \
http://crux.nu/files/distfiles/udev-config-20090523.tar.bz2 \
start_udev)
@ -14,7 +14,7 @@ build() {
./configure --prefix=/usr --exec-prefix= --sysconfdir=/etc \
--libexecdir=/lib/udev --mandir=/usr/man \
--disable-extras
--disable-extras --disable-introspection
make
make install DESTDIR=$PKG \