diff --git a/srcpkgs/libnl3/template b/srcpkgs/libnl3/template index 9ebf88a4588..cbbe0879e7f 100644 --- a/srcpkgs/libnl3/template +++ b/srcpkgs/libnl3/template @@ -1,7 +1,7 @@ # Template file for 'libnl3' pkgname=libnl3 -version=3.2.11 -revision=3 +version=3.2.22 +revision=1 wrksrc=libnl-${version} build_style=gnu-configure configure_args="--disable-static" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.infradead.org/~tgr/libnl" distfiles="${homepage}/files/libnl-${version}.tar.gz" -checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d +checksum=c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b if [ "$CROSS_BUILD" ]; then hostmakedepends+=" automake libtool" @@ -23,15 +23,16 @@ fi libnl3-devel_package() { depends="libnl3>=${version}" - short_desc="${short_desc} -- development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } } libnl3-progs_package() { - short_desc="${short_desc} - cli utilities" + short_desc+=" - cli utilities" pkg_install() { vmove usr/sbin vmove usr/share/man/man8 @@ -42,7 +43,6 @@ libnl3-progs_package() { libnl3_package() { conf_files="/etc/libnl/pktloc /etc/libnl/classid" pkg_install() { - vmove etc - vmove usr + vmove all } }