2008-10-26 00:39:27 +02:00
|
|
|
# Template file for 'module-init-tools'
|
|
|
|
pkgname=module-init-tools
|
2009-02-19 02:02:19 +01:00
|
|
|
version=3.6
|
|
|
|
patch_files="LFS-man_pages-1.diff.bz2"
|
|
|
|
patch_args="-Np1"
|
2008-10-26 00:39:27 +02:00
|
|
|
distfiles="
|
2008-10-28 23:57:52 +01:00
|
|
|
http://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
2008-10-26 00:39:27 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--enable-zlib --bindir=$XBPS_DESTDIR/$pkgname-$version/sbin
|
|
|
|
--sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
|
|
|
short_desc="Tools for managing kernel modules"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-19 02:02:19 +01:00
|
|
|
checksum=64a0b3b058f2236be1a8138356306c91e5f23f149a131428e4c7d97b1c050728
|
2008-10-26 00:39:27 +02:00
|
|
|
long_desc="
|
|
|
|
The module-init-tools package provides many of the utilities
|
|
|
|
needed by Linux systems for managing loadable Linux Kernel Modules. This
|
|
|
|
includes depmod, insmod, rmmod, modprobe and tools like modinfo."
|
|
|
|
|
|
|
|
build_depends="zlib-1.2.3"
|
|
|
|
run_depends="glibc-2.8 zlib-1.2.3"
|