From 978e933d31d445e0be642c2517cdf85180c1a3f6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 May 2013 14:10:57 +0200 Subject: [PATCH] kmod: added long_desc. --- srcpkgs/kmod/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template index 5e76f7efcd6..320cdd645c7 100644 --- a/srcpkgs/kmod/template +++ b/srcpkgs/kmod/template @@ -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"