mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libnl3: update to 3.2.25.
This commit is contained in:
parent
41a5d0b947
commit
72e5c2167a
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.2.24
|
version=3.2.25
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=libnl-${version}
|
wrksrc=libnl-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake flex libtool pkg-config"
|
hostmakedepends="automake flex libtool pkg-config"
|
||||||
makedepends="libfl-devel"
|
|
||||||
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
||||||
short_desc="Netlink Protocol Library Suite"
|
short_desc="Netlink Protocol Library Suite"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd6816
|
checksum=8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -24,7 +24,6 @@ libnl3-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue