diff --git a/srcpkgs/libnl/template b/srcpkgs/libnl/template index 159f5b962a1..5db5d689057 100644 --- a/srcpkgs/libnl/template +++ b/srcpkgs/libnl/template @@ -1,7 +1,7 @@ # Template file for 'libnl' pkgname=libnl version=1.1.4 -revision=1 +revision=2 build_style=gnu-configure short_desc="Library for applications dealing with netlink sockets" homepage="http://www.infradead.org/~tgr/libnl/" @@ -9,10 +9,6 @@ license="LGPL-2.1" maintainer="Juan RP " 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}_${revision}"