libnl3: update to 3.2.28
This commit is contained in:
parent
7b189358cd
commit
cc93d9e693
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libnl3'
|
||||
pkgname=libnl3
|
||||
version=3.2.25
|
||||
revision=2
|
||||
wrksrc=libnl-${version}
|
||||
version=3.2.28
|
||||
revision=1
|
||||
wrksrc="libnl-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static"
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake flex libtool pkg-config"
|
||||
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
||||
short_desc="Netlink Protocol Library Suite"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.infradead.org/~tgr/libnl"
|
||||
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
||||
checksum=8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5
|
||||
homepage="https://github.com/thom311/libnl"
|
||||
distfiles="https://github.com/thom311/libnl/releases/download/libnl${version//./_}/libnl-${version}.tar.gz"
|
||||
checksum=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
@ -24,10 +24,9 @@ libnl3-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
libnl3-progs_package() {
|
||||
short_desc+=" - cli utilities"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue