module-init-tools: replaced by kmod

This commit is contained in:
Juergen Daubert 2012-04-19 12:09:39 +02:00
parent 329f79f218
commit f5b57a81dc
3 changed files with 0 additions and 48 deletions

View File

@ -1,27 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/depmod.d/
drwxr-xr-x root/root etc/modprobe.d/
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/depmod
-rwxr-xr-x root/root sbin/insmod
-rwxr-xr-x root/root sbin/insmod.static
-rwxr-xr-x root/root sbin/lsmod
-rwxr-xr-x root/root sbin/modinfo
-rwxr-xr-x root/root sbin/modprobe
-rwxr-xr-x root/root sbin/rmmod
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/depmod.conf.5.gz
-rw-r--r-- root/root usr/man/man5/depmod.d.5.gz
-rw-r--r-- root/root usr/man/man5/modprobe.conf.5.gz
-rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz
-rw-r--r-- root/root usr/man/man5/modules.dep.5.gz
-rw-r--r-- root/root usr/man/man5/modules.dep.bin.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/depmod.8.gz
-rw-r--r-- root/root usr/man/man8/insmod.8.gz
-rw-r--r-- root/root usr/man/man8/lsmod.8.gz
-rw-r--r-- root/root usr/man/man8/modinfo.8.gz
-rw-r--r-- root/root usr/man/man8/modprobe.8.gz
-rw-r--r-- root/root usr/man/man8/rmmod.8.gz

View File

@ -1,2 +0,0 @@
bc44832c6e41707b8447e2847d2019f5 module-init-tools-3.16.tar.bz2
19019f080caed0d5450beab61e91ad80 module-init-tools-man-3.16.tar.xz

View File

@ -1,19 +0,0 @@
# Description: Kernel module utilities
# URL: http://kerneltools.org/KernelTools.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=module-init-tools
version=3.16
release=1
source=(http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--bindir=/sbin \
--sbindir=/sbin
make
make DESTDIR=$PKG mandir=/usr/man install
install -d $PKG/etc/{modprobe.d,depmod.d}
}