diff --git a/srcpkgs/libnl3/libnl3-devel.template b/srcpkgs/libnl3/libnl3-devel.template index 3958831d8f5..51a67ae0cf3 100644 --- a/srcpkgs/libnl3/libnl3-devel.template +++ b/srcpkgs/libnl3/libnl3-devel.template @@ -1,14 +1,13 @@ # Template file for 'libnl-devel'. # -depends="glibc-devel libnl3" +noarch=yes +depends="glibc-devel libnl3>=$version" short_desc="${sourcepkg} development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - -do_install() -{ +do_install() { vmove usr/include usr vmove usr/lib/pkgconfig usr/lib } diff --git a/srcpkgs/libnl3/libnl3-progs.rshlibs b/srcpkgs/libnl3/libnl3-progs.rshlibs index da1ea6feb1b..cb43ccf5a8f 100644 --- a/srcpkgs/libnl3/libnl3-progs.rshlibs +++ b/srcpkgs/libnl3/libnl3-progs.rshlibs @@ -4,3 +4,4 @@ libnl-route-3.so.200 libc.so.6 libpthread.so.0 libm.so.6 +libnl-genl-3.so.200 diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index b9e019f429a..f1e35c361b0 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,17 +1,19 @@ # Template file for 'libnl3' pkgname=libnl3 -version=3.2.3 +version=3.2.11 +revision=1 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" makedepends="flex" -revision=1 +subpackages="${pkgname}-progs ${pkgname}-devel" +conf_files="/etc/libnl/pktloc /etc/libnl/classid" short_desc="Netlink Protocol Library Suite" maintainer="Juan RP " license="LGPL-2.1" -checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007 +checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d long_desc=" The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. @@ -20,7 +22,3 @@ long_desc=" processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces." - -subpackages="${pkgname}-progs ${pkgname}-devel" -conf_files="/etc/libnl/pktloc /etc/libnl/classid" -