summaryrefslogtreecommitdiffstats
path: root/module-init-tools/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-02-04 16:50:51 +0100
committerpiernov <piernov@piernov.org>2012-02-04 16:51:18 +0100
commitdf64ed10dc47aa491543d7d032ccfe5458b526cf (patch)
tree50e906c1cd835c67d69b4234a116b081f4866c3f /module-init-tools/Pkgfile
parentaa08e87df640302d16030422263ea9f221d06e8a (diff)
downloadnutyx-pakxe-df64ed10dc47aa491543d7d032ccfe5458b526cf.tar.gz
nutyx-pakxe-df64ed10dc47aa491543d7d032ccfe5458b526cf.tar.bz2
nutyx-pakxe-df64ed10dc47aa491543d7d032ccfe5458b526cf.tar.xz
nutyx-pakxe-df64ed10dc47aa491543d7d032ccfe5458b526cf.zip
module-init-tools -> kmod 4-1
Diffstat (limited to 'module-init-tools/Pkgfile')
-rwxr-xr-xmodule-init-tools/Pkgfile31
1 files changed, 0 insertions, 31 deletions
diff --git a/module-init-tools/Pkgfile b/module-init-tools/Pkgfile
deleted file mode 100755
index 298daa085..000000000
--- a/module-init-tools/Pkgfile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Description: Modules utilitaires pour le noyau
-# URL: http://www.kernel.org/pub/linux/kernel/people/rusty/modules
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=module-init-tools
-version=3.13
-release=1
-source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\
- nouveau.conf modprobe.conf blacklist-fb.conf usb.conf)
-
-build() {
-cd $name-$version
-echo '.so man5/modprobe.conf.5' > modprobe.d.5
-./configure
-make check
-make clean
-
-./configure --prefix=/ --enable-zlib-dynamic \
- --mandir=/usr/share/man
-
-make
-install -d $PKG/usr/share/man
-install -d $PKG/etc/{modprobe.d,depmod.d}
-make DESTDIR=$PKG mandir=/usr/share/man install
-rm -f $PKG/sbin/generate-modprobe.conf
-for i in modprobe.conf blacklist-fb.conf usb.conf nouveau.conf
-do
- install -m 644 ../$i $PKG/etc/modprobe.d/$i
-done
-}