drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/modprobe.conf
+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
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/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
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/depmod.8.gz
72a0ccf1ea3c7c233d16db6b2527dca9 modprobe.conf
-c628deb52bfa219a959d78313989e87e module-init-tools-3.6.tar.bz2
-f5401f6daf8112a0bb77a9ce60ea88f0 module-init-tools-man-3.6.tar.bz2
+28dfcb9e24cdbeb12b99ac1eb8af7dea module-init-tools-3.11.1.tar.bz2
# Description: Kernel module utilities
# URL: http://www.kernel.org/pub/linux/kernel/people/rusty/modules
# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX ARM System Team, crux-arm at mikeux dot dyndns dot org
# Depends on:
name=module-init-tools
-version=3.6
+version=3.11.1
release=1
-source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2
- http://crux.nu/~jue/files/dist/$name-man-$version.tar.bz2
+source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2 \
modprobe.conf)
build() {
cd $name-$version
- cp $SRC/$name-man-$version/* .
+
./configure --build=$CHOST \
--host=$CTARGET \
--prefix=/usr \
--bindir=/sbin \
--sbindir=/sbin
+
make
make DESTDIR=$PKG mandir=/usr/man install
- install -D -m 644 $SRC/modprobe.conf $PKG/etc/modprobe.conf
- rm -f $PKG/sbin/generate-modprobe.conf
+ install -d $PKG/etc/{modprobe.d,depmod.d}
}