2008-10-25 22:39:27 +00:00
|
|
|
# Template file for 'module-init-tools'
|
|
|
|
pkgname=module-init-tools
|
2009-10-25 08:48:00 +00:00
|
|
|
version=3.11.1
|
2009-04-18 22:31:39 +00:00
|
|
|
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
2008-10-25 22:39:27 +00:00
|
|
|
build_style=gnu_configure
|
2009-03-18 09:01:28 +00:00
|
|
|
configure_args="--enable-zlib --prefix="
|
2008-10-25 22:39:27 +00:00
|
|
|
short_desc="Tools for managing kernel modules"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-25 08:48:00 +00:00
|
|
|
checksum=c5bc5fba03769fec786a305abdf97f37c5d7a33e61b92f4ee4f1b80cbc1d1dc0
|
2008-10-25 22:39:27 +00: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."
|
|
|
|
|
2009-02-25 05:15:20 +00:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full zlib
|