void-packages/templates/module-init-tools/template
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

18 lines
762 B
Text

# Template file for 'module-init-tools'
pkgname=module-init-tools
version=3.5
distfiles="
http://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
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>"
checksum=842496eae31ccd1334cd548f93d90180ca4f6c2cdde411e13c606bebe9f8cbea
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"