libnl: update to 1.1.4.

This commit is contained in:
Juan RP 2013-11-28 15:56:34 +01:00
parent 627bd31bd3
commit 9ee1cecdfe
2 changed files with 9 additions and 17 deletions

View file

@ -1,10 +0,0 @@
--- include/netlink-local.h.orig 2008-01-14 16:48:45.000000000 +0100
+++ include/netlink-local.h 2009-06-26 11:15:33.186011844 +0200
@@ -26,6 +26,7 @@
#include <sys/socket.h>
#include <inttypes.h>
#include <assert.h>
+#include <limits.h>
#include <arpa/inet.h>
#include <netdb.h>

View file

@ -1,30 +1,32 @@
# Template file for 'libnl'
pkgname=libnl
version=1.1
revision=5
version=1.1.4
revision=1
build_style=gnu-configure
short_desc="Library for applications dealing with netlink sockets"
homepage="http://www.infradead.org/~tgr/libnl/"
license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="ftp://ftp.archlinux.org/other/libnl/${pkgname}-${version}.tar.gz"
checksum=35cea4cfb6cd8af0cafa0f34fff81def5a1f193b8b8384299b4b21883e22edc3
distfiles="http://www.infradead.org/~tgr/libnl/files/libnl-${version}.tar.gz"
checksum=4f80c21fe5bbcdde6e72b59b4f98306063a41421f909887c34e58d93e746d063
long_desc="
libnl is a library for applications dealing with netlink sockets.
The library provides an interface for raw netlink messaging and various
netlink family specific interfaces."
libnl-devel_package() {
depends="libnl>=${version}"
short_desc+=" -- development files"
depends="libnl>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}
libnl_package() {
pkg_install() {
vmove usr
vmove all
}
}