eudev: install prebuild man-pages

This commit is contained in:
Juergen Daubert 2014-08-26 07:32:53 +02:00
parent cb75886e06
commit 7c97ef0167
4 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
ee21e150df6c804eef03a6cb2fc1cceb 81-crux.rules
60d96aa6e111c4cf06a8a2186c60a281 eudev-1.10.tar.gz
e4afe68be6b4ae9eac51047e29354aa7 eudev-man-1.10.tar.xz
eb80a77a7ea60e8322116791b65ddc5d start_udev

View File

@ -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

BIN
eudev/eudev-man-1.10.tar.xz Normal file

Binary file not shown.