From 1640da56886451dc9132f393074433878abafaf0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 15 Nov 2011 20:32:47 +0100 Subject: [PATCH] libnl3: update to 3.2.3. --- srcpkgs/libnl3/libnl3-progs.template | 5 ----- srcpkgs/libnl3/template | 6 +++--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/libnl3/libnl3-progs.template b/srcpkgs/libnl3/libnl3-progs.template index be80f65784f..89f170c0847 100644 --- a/srcpkgs/libnl3/libnl3-progs.template +++ b/srcpkgs/libnl3/libnl3-progs.template @@ -1,17 +1,12 @@ # Template file for 'libnl-progs'. # -revision=1 short_desc="${sourcepkg} - cli utilities" long_desc="${long_desc} This package contains the command line utilities bundled with libnl." - -conf_files="/etc/libnl/classid /etc/libnl/pktloc" - do_install() { - vmove etc vmove usr/sbin usr vmove usr/share/man/man8 usr/share/man vmove usr/lib/libnl usr/lib diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index bcc494fe0dc..5e8384b913b 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,16 +1,15 @@ # Template file for 'libnl3' pkgname=libnl3 -version=3.2.1 +version=3.2.3 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" -revision=1 short_desc="Netlink Protocol Library Suite" maintainer="Juan RP " license="LGPL-2.1" -checksum=ab73a9c90e13ae39f0a3e8bf6c5255f9ed01d6164074b3ee5cedd8ae3d0b25e3 +checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007 long_desc=" The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. @@ -21,5 +20,6 @@ long_desc=" interfaces." subpackages="${pkgname}-progs ${pkgname}-devel" +conf_files="/etc/libnl/pktloc /etc/libnl/classid" Add_dependency build flex