void-packages/templates/module-init-tools.tmpl
Juan RP ac80ddda40 Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the
extract suffix string. yay.

--HG--
extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
2008-10-28 23:57:52 +01:00

19 lines
762 B
Cheetah

# 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"