module-init-tools: update to 3.13.
This commit is contained in:
parent
0e6ea603ce
commit
c592a07c62
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'module-init-tools'
|
# Template file for 'module-init-tools'
|
||||||
pkgname=module-init-tools
|
pkgname=module-init-tools
|
||||||
version=3.12
|
version=3.13
|
||||||
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}//utils/kernel/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-zlib --prefix="
|
configure_args="--enable-zlib --prefix="
|
||||||
short_desc="Tools for managing kernel modules"
|
short_desc="Tools for managing kernel modules"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d012ab07ea26721467a85a775f34747c1c8897e37f16bec5317d8a72ef8b4f17
|
homepage="http://kerneltools.org"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=6a29185d09fab7c30817d57994336bb2e1a9da5b80b82c8b282d2c08a221925b
|
||||||
long_desc="
|
long_desc="
|
||||||
The module-init-tools package provides many of the utilities
|
The module-init-tools package provides many of the utilities
|
||||||
needed by Linux systems for managing loadable Linux Kernel Modules. This
|
needed by Linux systems for managing loadable Linux Kernel Modules. This
|
||||||
|
|
Loading…
Reference in New Issue