libnl3: update to 3.2.11.
This commit is contained in:
parent
e5c8d9088c
commit
f98951149b
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'libnl-devel'.
|
# Template file for 'libnl-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libnl3"
|
noarch=yes
|
||||||
|
depends="glibc-devel libnl3>=$version"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,3 +4,4 @@ libnl-route-3.so.200
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
libnl-genl-3.so.200
|
||||||
|
|
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.2.3
|
version=3.2.11
|
||||||
|
revision=1
|
||||||
wrksrc=libnl-${version}
|
wrksrc=libnl-${version}
|
||||||
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"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="flex"
|
makedepends="flex"
|
||||||
revision=1
|
subpackages="${pkgname}-progs ${pkgname}-devel"
|
||||||
|
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"
|
||||||
checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007
|
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
|
||||||
long_desc="
|
long_desc="
|
||||||
The libnl suite is a collection of libraries providing APIs to netlink
|
The libnl suite is a collection of libraries providing APIs to netlink
|
||||||
protocol based Linux kernel interfaces.
|
protocol based Linux kernel interfaces.
|
||||||
|
@ -20,7 +22,3 @@ long_desc="
|
||||||
processes. It was designed to be a more flexible successor to ioctl to
|
processes. It was designed to be a more flexible successor to ioctl to
|
||||||
provide mainly networking related kernel configuration and monitoring
|
provide mainly networking related kernel configuration and monitoring
|
||||||
interfaces."
|
interfaces."
|
||||||
|
|
||||||
subpackages="${pkgname}-progs ${pkgname}-devel"
|
|
||||||
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue