void-packages/templates/module-init-tools/template
Juan RP 814dd1d2d6 module-init-tools: update to 3.11.1.
--HG--
extra : convert_revision : 51ce92f8da7fd0ec530247ffdfd44264202a5b6f
2009-10-25 09:48:00 +01:00

16 lines
653 B
Text

# 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