kmod: update to 14.

This commit is contained in:
Juan RP 2013-07-04 02:07:23 +02:00
parent 742e8c09dc
commit 6004d1722e

View file

@ -1,7 +1,7 @@
# Template file for 'kmod' # Template file for 'kmod'
pkgname=kmod pkgname=kmod
version=13 version=14
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-zlib --with-xz" configure_args="--with-zlib --with-xz"
hostmakedepends="pkg-config libxslt" hostmakedepends="pkg-config libxslt"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git" homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz" distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
checksum=6c36d3abba2f98c84973ae275951c866f8bf304e7356c2fe60633800239d7956 checksum=1f54abb63ba3642277ae1af3626c0896b102a915c4d8b9eb5005ae0afe6e7174
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."
@ -36,7 +36,7 @@ post_install() {
libkmod_package() { libkmod_package() {
short_desc+=" - runtime shared library" short_desc+=" - runtime shared library"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so.*"
} }
} }
@ -46,6 +46,7 @@ libkmod-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
} }
} }