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