core/module-init-tools/Pkgfile

20 lines
617 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Kernel module utilities
# URL: http://kerneltools.org/KernelTools.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=module-init-tools
2011-06-13 12:10:37 +02:00
version=3.16
2006-02-23 16:26:10 +01:00
release=1
2011-11-16 12:49:35 +01:00
source=(http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2
2011-06-13 12:10:37 +02:00
http://crux.nu/files/distfiles/$name-man-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
2008-07-22 10:15:50 +02:00
--bindir=/sbin \
--sbindir=/sbin
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG mandir=/usr/man install
install -d $PKG/etc/{modprobe.d,depmod.d}
2006-02-23 16:26:10 +01:00
}