kmod: update to 17.
This commit is contained in:
parent
d2fec5cf97
commit
10265bde68
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=16
|
||||
revision=4
|
||||
version=17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --with-xz"
|
||||
hostmakedepends="pkg-config libxslt"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel liblzma-devel"
|
||||
make_dirs="
|
||||
/etc/depmod.d 0755 root root
|
||||
|
@ -16,14 +16,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=63412efab37c70459ccef167556965c93fd4f56af5986cd3750542a684c613c5
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake"
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
fi
|
||||
checksum=3ba7470041de04ca88308f501901b574169cb517d3192397074611b3921a2dfa
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/depmod-search.conf 644 usr/lib/depmod.d search.conf
|
||||
|
|
Loading…
Reference in New Issue