libnl3: update to 3.2.11.

This commit is contained in:
Juan RP 2012-06-26 09:51:50 +02:00
parent e5c8d9088c
commit f98951149b
3 changed files with 9 additions and 11 deletions

View File

@ -1,14 +1,13 @@
# Template file for 'libnl-devel'.
#
depends="glibc-devel libnl3"
noarch=yes
depends="glibc-devel libnl3>=$version"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -4,3 +4,4 @@ libnl-route-3.so.200
libc.so.6
libpthread.so.0
libm.so.6
libnl-genl-3.so.200

View File

@ -1,17 +1,19 @@
# Template file for 'libnl3'
pkgname=libnl3
version=3.2.3
version=3.2.11
revision=1
wrksrc=libnl-${version}
homepage="http://www.infradead.org/~tgr/libnl"
distfiles="${homepage}/files/libnl-${version}.tar.gz"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="flex"
revision=1
subpackages="${pkgname}-progs ${pkgname}-devel"
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
short_desc="Netlink Protocol Library Suite"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
long_desc="
The libnl suite is a collection of libraries providing APIs to netlink
protocol based Linux kernel interfaces.
@ -20,7 +22,3 @@ long_desc="
processes. It was designed to be a more flexible successor to ioctl to
provide mainly networking related kernel configuration and monitoring
interfaces."
subpackages="${pkgname}-progs ${pkgname}-devel"
conf_files="/etc/libnl/pktloc /etc/libnl/classid"