kmod: update to 5, bump abi_depends.
This commit is contained in:
parent
bb01727f6e
commit
31e65695c3
5 changed files with 7 additions and 9 deletions
|
@ -940,7 +940,7 @@ libnilfscleaner.so.0 libnilfs nilfs-utils-devel
|
||||||
libchicken.so.6 libchicken chicken-devel
|
libchicken.so.6 libchicken chicken-devel
|
||||||
libmdb.so.0.0.0 libmdb mdbtools-devel
|
libmdb.so.0.0.0 libmdb mdbtools-devel
|
||||||
libmdbsql.so.0 libmdb mdbtools-devel
|
libmdbsql.so.0 libmdb mdbtools-devel
|
||||||
libkmod.so.1 libkmod libkmod-devel
|
libkmod.so.2 libkmod libkmod-devel
|
||||||
libestr.so.0 libestr libestr-devel
|
libestr.so.0 libestr libestr-devel
|
||||||
libee.so.0 libee libee-devel
|
libee.so.0 libee libee-devel
|
||||||
libobt.so.0 libopenbox openbox-devel
|
libobt.so.0 libopenbox openbox-devel
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=3"
|
abi_depends=">=5"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libkmod.so.1
|
libkmod.so.2
|
||||||
|
|
|
@ -6,6 +6,5 @@ long_desc="${long_desc}
|
||||||
This package provides the libkmod runtime shared library."
|
This package provides the libkmod runtime shared library."
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "lib/*.so*" lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
vmove "usr/lib/*.so" usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'kmod'
|
# Template file for 'kmod'
|
||||||
pkgname=kmod
|
pkgname=kmod
|
||||||
version=4
|
version=5
|
||||||
revision=1
|
|
||||||
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
||||||
distfiles="http://packages.profusion.mobi//$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://packages.profusion.mobi//$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-rootprefix= --with-rootlibdir=/lib --with-zlib --with-xz"
|
configure_args="--with-rootprefix= --with-zlib --with-xz"
|
||||||
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=4bcae464d1801f403e6c6454b922c4b117f61cb8cf1a85a3a24267fbf353ff68
|
checksum=2cb014f9f95575f1bc4b1f9babb6199a9b8c37fb1b38dc4340a2bcf230e66086
|
||||||
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