commit 7c97ef0167ca94ce4842e60977269fa24e946ce5 Author: Juergen Daubert <jue@jue.li> Date: Tue Aug 26 07:32:53 2014 +0200 eudev: install prebuild man-pages diff --git a/eudev/.footprint b/eudev/.footprint index f5bd405..91036be 100644 --- a/eudev/.footprint +++ b/eudev/.footprint @@ -64,6 +64,14 @@ drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.1.6.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/udev.conf.5.gz +drwxr-xr-x root/root usr/man/man7/ +-rw-r--r-- root/root usr/man/man7/udev.7.gz +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/udevadm.8.gz +-rw-r--r-- root/root usr/man/man8/udevd.8.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/pkgconfig/ -rw-r--r-- root/root usr/share/pkgconfig/udev.pc diff --git a/eudev/.md5sum b/eudev/.md5sum index d440fc6..9676e68 100644 --- a/eudev/.md5sum +++ b/eudev/.md5sum @@ -1,3 +1,4 @@ ee21e150df6c804eef03a6cb2fc1cceb 81-crux.rules 60d96aa6e111c4cf06a8a2186c60a281 eudev-1.10.tar.gz +e4afe68be6b4ae9eac51047e29354aa7 eudev-man-1.10.tar.xz eb80a77a7ea60e8322116791b65ddc5d start_udev diff --git a/eudev/Pkgfile b/eudev/Pkgfile index 8724278..562dad2 100644 --- a/eudev/Pkgfile +++ b/eudev/Pkgfile @@ -5,24 +5,25 @@ name=eudev version=1.10 -release=1 +release=2 source=(http://dev.gentoo.org/~blueness/$name/$name-$version.tar.gz + $name-man-$version.tar.xz 81-crux.rules start_udev) build() { cd $name-$version sed -i '/^Libs:/s/-ludev/-ludev -lrt/' src/libudev/libudev.pc.in - + ./configure --prefix=/usr \ --sbindir=/sbin --bindir=/sbin \ --sysconfdir=/etc \ --with-rootprefix= \ --with-rootlibdir=/lib \ --libexecdir=/lib \ + --mandir=/usr/man \ --disable-introspection \ --disable-gudev \ - --disable-manpages \ --disable-keymap \ --enable-split-usr \ --enable-modules \ @@ -30,7 +31,8 @@ build() { make CFLAGS="$CFLAGS -D_GNU_SOURCE" make install DESTDIR=$PKG - + make -C man install DESTDIR=$PKG + # create binary hwdb LD_LIBRARY_PATH=$PKG/lib \ $PKG/sbin/udevadm hwdb --update --root=$PKG diff --git a/eudev/eudev-man-1.10.tar.xz b/eudev/eudev-man-1.10.tar.xz new file mode 100644 index 0000000..7a357c4 Binary files /dev/null and b/eudev/eudev-man-1.10.tar.xz differ