kmod: update to 10.
This commit is contained in:
parent
2f3b12e2c2
commit
c7ebf688db
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'kmod'
|
# Template file for 'kmod'
|
||||||
pkgname=kmod
|
pkgname=kmod
|
||||||
version=9
|
version=10
|
||||||
revision=2
|
revision=1
|
||||||
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
|
||||||
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-rootprefix=/usr --with-zlib --with-xz"
|
configure_args="--with-rootprefix=/usr --with-zlib --with-xz"
|
||||||
makedepends="pkg-config zlib-devel liblzma-devel"
|
makedepends="pkg-config zlib-devel liblzma-devel"
|
||||||
|
@ -13,7 +11,9 @@ subpackages="libkmod libkmod-devel"
|
||||||
short_desc="Linux kernel module handling"
|
short_desc="Linux kernel module handling"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=0607267cb62dbc9009d0719f442a56f97f64d9983e20dbcaedfff9073abdcecf
|
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
||||||
|
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
|
||||||
|
checksum=deb80df9e6aa34f965ecf329fd07db462b57ce515b9077eae5cdfac5197a7bff
|
||||||
long_desc="
|
long_desc="
|
||||||
kmod is a set of tools to handle common tasks with Linux kernel modules like
|
kmod is a set of tools to handle common tasks with Linux kernel modules like
|
||||||
insert, remove, list, check properties, resolve dependencies and aliases.
|
insert, remove, list, check properties, resolve dependencies and aliases.
|
||||||
|
|
Loading…
Reference in a new issue