From cc93d9e693833bb2e888a00372bfd8bb7db958c6 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 10 Jul 2016 00:28:32 +0200 Subject: [PATCH] libnl3: update to 3.2.28 --- srcpkgs/libnl3/template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index 7b6f744817d..cc1de451c91 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,18 +1,18 @@ # Template file for 'libnl3' pkgname=libnl3 -version=3.2.25 -revision=2 -wrksrc=libnl-${version} +version=3.2.28 +revision=1 +wrksrc="libnl-${version}" build_style=gnu-configure -configure_args="--sbindir=/usr/bin --disable-static" +configure_args="--disable-static" hostmakedepends="automake flex libtool pkg-config" conf_files="/etc/libnl/pktloc /etc/libnl/classid" short_desc="Netlink Protocol Library Suite" maintainer="Juan RP " license="LGPL-2.1" -homepage="http://www.infradead.org/~tgr/libnl" -distfiles="${homepage}/files/libnl-${version}.tar.gz" -checksum=8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5 +homepage="https://github.com/thom311/libnl" +distfiles="https://github.com/thom311/libnl/releases/download/libnl${version//./_}/libnl-${version}.tar.gz" +checksum=cd608992c656e8f6e3ab6c1391b162a5a51c49336b9219f7f390e61fc5437c41 pre_configure() { autoreconf -fi @@ -24,10 +24,9 @@ libnl3-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove "usr/lib/*.so" + vmove usr/lib/*.so } } - libnl3-progs_package() { short_desc+=" - cli utilities" pkg_install() {