libnl3: update to 3.2.22.
This commit is contained in:
parent
f99bca3985
commit
9abda15083
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.2.11
|
version=3.2.22
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=libnl-${version}
|
wrksrc=libnl-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.infradead.org/~tgr/libnl"
|
homepage="http://www.infradead.org/~tgr/libnl"
|
||||||
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
||||||
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
|
checksum=c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" automake libtool"
|
hostmakedepends+=" automake libtool"
|
||||||
@ -23,15 +23,16 @@ fi
|
|||||||
|
|
||||||
libnl3-devel_package() {
|
libnl3-devel_package() {
|
||||||
depends="libnl3>=${version}"
|
depends="libnl3>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libnl3-progs_package() {
|
libnl3-progs_package() {
|
||||||
short_desc="${short_desc} - cli utilities"
|
short_desc+=" - cli utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/sbin
|
vmove usr/sbin
|
||||||
vmove usr/share/man/man8
|
vmove usr/share/man/man8
|
||||||
@ -42,7 +43,6 @@ libnl3-progs_package() {
|
|||||||
libnl3_package() {
|
libnl3_package() {
|
||||||
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user