From 59a620a7f910f27c5ace8b1dc95f6fe67a874a36 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 16:35:42 +0100 Subject: module-init-tools mis à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module-init-tools/.footprint | 27 ++++++++++++++------------- module-init-tools/.sha256sum | 1 + module-init-tools/Pkgfile | 23 +++++++++++++---------- 3 files changed, 28 insertions(+), 23 deletions(-) create mode 100644 module-init-tools/.sha256sum (limited to 'module-init-tools') diff --git a/module-init-tools/.footprint b/module-init-tools/.footprint index b75e2ef..1e7b65c 100644 --- a/module-init-tools/.footprint +++ b/module-init-tools/.footprint @@ -10,16 +10,17 @@ drwxr-xr-x root/root sbin/ -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/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 --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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/depmod.conf.5.bz2 +-rw-r--r-- root/root usr/share/man/man5/modprobe.conf.5.bz2 +-rw-r--r-- root/root usr/share/man/man5/modprobe.d.5.bz2 +-rw-r--r-- root/root usr/share/man/man5/modules.dep.5.bz2 +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/depmod.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/insmod.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/lsmod.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/modinfo.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/modprobe.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/rmmod.8.bz2 diff --git a/module-init-tools/.sha256sum b/module-init-tools/.sha256sum new file mode 100644 index 0000000..3530546 --- /dev/null +++ b/module-init-tools/.sha256sum @@ -0,0 +1 @@ +d012ab07ea26721467a85a775f34747c1c8897e37f16bec5317d8a72ef8b4f17 module-init-tools-3.12.tar.bz2 diff --git a/module-init-tools/Pkgfile b/module-init-tools/Pkgfile index a46e9fb..aa1429f 100644 --- a/module-init-tools/Pkgfile +++ b/module-init-tools/Pkgfile @@ -1,19 +1,22 @@ -description="Kernel module utilities" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" +description="Kernel module utilities." +packager="CRUX System Team " +maintainer="Lukc " url="http://kerneltools.org/KernelTools.org" depends=() name=module-init-tools version=3.12 release=1 -source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/module-init-tools-3.12.tar.bz2) +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} + cd $name-$version; + touch *.5 *.8; + ./configure \ + --prefix=$prefix \ + --bindir=/sbin \ + --sbindir=/sbin; + make; + make DESTDIR=$PKG mandir=$mandir install; + install -d $PKG/etc/{modprobe.d,depmod.d} } -- cgit v1.2.3-54-g00ecf