kmod: update to 7.
This commit is contained in:
parent
b53842920b
commit
c76a14847b
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=6
|
||||
version=7
|
||||
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-6.tar.xz"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-rootprefix= --with-zlib --with-xz"
|
||||
short_desc="Linux kernel module handling"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=6f1142519916d2dbe780693045a1b2d52d0b2212ec1bd23dd5a03134c3ba62b7
|
||||
checksum=9806ee5eeffe7e0c41959f6284795dca2fd1b1eade975524913536c7bef07af7
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue