klibc-module-init-tools: update to 3.8.

--HG--
extra : convert_revision : e469431925124018daf51a3778f98f89176ac159
This commit is contained in:
Juan RP 2009-06-19 16:11:47 +02:00
parent d7de4e03b9
commit 9f65c73b02
2 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig 2009-03-08 01:47:08.023659652 +0100
+++ Makefile.in 2009-03-08 01:48:53.801346700 +0100
@@ -251,7 +251,7 @@ EXTRA_modinfo_SOURCES = backwards_compat
MAN5 = modprobe.conf.5 modules.dep.5 depmod.conf.5
MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
SGML = $(addprefix doc/, $(MAN5:%.5=%.sgml) $(MAN8:%.8=%.sgml))
-man_MANS = $(MAN5) $(MAN8)
+man_MANS =
TESTSUITE := $(shell find tests -type f ! -name '*~') tests/vg-suppressions
EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE)
sbin_SCRIPTS = generate-modprobe.conf

View File

@ -1,12 +1,12 @@
# Template file for 'klibc-module-init-tools'
pkgname=klibc-module-init-tools
version=3.6
version=3.8
wrksrc="module-init-tools-${version}"
distfiles="${KERNEL_SITE}/utils/kernel/module-init-tools/module-init-tools-$version.tar.bz2"
build_style=custom-install
short_desc="Tools for managing kernel modules for initramfs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64a0b3b058f2236be1a8138356306c91e5f23f149a131428e4c7d97b1c050728
checksum=dc880716a6b16a28dd5e18178bd266b9f598bd29b2580688390915bcc1aef65e
long_desc="
The module-init-tools package provides many of the utilities
needed by Linux systems for managing loadable Linux Kernel Modules. This
@ -28,6 +28,6 @@ do_install()
install -d ${DESTDIR}/usr/lib/klibc/sbin
for f in depmod modinfo modprobe insmod lsmod rmmod; do
install -s -m755 ${f} ${DESTDIR}/usr/lib/klibc/sbin
install -s -m755 build/${f} ${DESTDIR}/usr/lib/klibc/sbin
done
}