summaryrefslogtreecommitdiffstats
path: root/module-init-tools/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'module-init-tools/Pkgfile.old')
-rw-r--r--module-init-tools/Pkgfile.old19
1 files changed, 19 insertions, 0 deletions
diff --git a/module-init-tools/Pkgfile.old b/module-init-tools/Pkgfile.old
new file mode 100644
index 0000000..ca7db5e
--- /dev/null
+++ b/module-init-tools/Pkgfile.old
@@ -0,0 +1,19 @@
+# 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.12
+release=1
+source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ touch *.5 *.8
+ ./configure --prefix=/usr \
+ --bindir=/sbin \
+ --sbindir=/sbin
+ make
+ make DESTDIR=$PKG mandir=/usr/man install
+ install -d $PKG/etc/{modprobe.d,depmod.d}
+}