diff --git a/srcpkgs/libnl/patches/fix_include_netlink_local_h.diff b/srcpkgs/libnl/patches/fix_include_netlink_local_h.diff deleted file mode 100644 index f345e844a9c..00000000000 --- a/srcpkgs/libnl/patches/fix_include_netlink_local_h.diff +++ /dev/null @@ -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 - #include - #include -+#include - - #include - #include diff --git a/srcpkgs/libnl/template b/srcpkgs/libnl/template index 5cad88f25d8..1ee5ace2ae2 100644 --- a/srcpkgs/libnl/template +++ b/srcpkgs/libnl/template @@ -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 " -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 } }