kmod: added long_desc.

This commit is contained in:
Juan RP 2013-05-27 14:10:57 +02:00
parent 18d5d88ea1
commit 978e933d31

View file

@ -1,7 +1,7 @@
# Template file for 'kmod'
pkgname=kmod
version=13
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-zlib --with-xz"
hostmakedepends="pkg-config libxslt"
@ -12,6 +12,9 @@ license="GPL-2"
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
checksum=6c36d3abba2f98c84973ae275951c866f8bf304e7356c2fe60633800239d7956
long_desc="
kmod is a set of tools to handle common tasks with Linux kernel modules like
insert, remove, list, check properties, resolve dependencies and aliases."
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake"