kmod: update to 11.
This commit is contained in:
parent
92ddf7670a
commit
6470b7834d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=10
|
||||
version=11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-rootprefix=/usr --with-zlib --with-xz"
|
||||
makedepends="pkg-config zlib-devel liblzma-devel"
|
||||
configure_args="--with-zlib --with-xz"
|
||||
makedepends="pkg-config zlib-devel liblzma-devel libxslt"
|
||||
provides="module-init-tools-3.17"
|
||||
replaces="module-init-tools>=0"
|
||||
subpackages="libkmod libkmod-devel"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
|
||||
checksum=deb80df9e6aa34f965ecf329fd07db462b57ce515b9077eae5cdfac5197a7bff
|
||||
checksum=28604e153833571ff6ebf34ad1722d3aca4d3d1760ad069a1f06d8fe5efd1de9
|
||||
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 a new issue