17 lines
653 B
Plaintext
17 lines
653 B
Plaintext
# Template file for 'module-init-tools'
|
|
pkgname=module-init-tools
|
|
version=3.11.1
|
|
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-zlib --prefix="
|
|
short_desc="Tools for managing kernel modules"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=c5bc5fba03769fec786a305abdf97f37c5d7a33e61b92f4ee4f1b80cbc1d1dc0
|
|
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."
|
|
|
|
Add_dependency full glibc
|
|
Add_dependency full zlib
|