libnl3: update to 3.2.3.
This commit is contained in:
parent
4ca13ccbdf
commit
1640da5688
2 changed files with 3 additions and 8 deletions
|
@ -1,17 +1,12 @@
|
||||||
# Template file for 'libnl-progs'.
|
# Template file for 'libnl-progs'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="${sourcepkg} - cli utilities"
|
short_desc="${sourcepkg} - cli utilities"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the command line utilities bundled with libnl."
|
This package contains the command line utilities bundled with libnl."
|
||||||
|
|
||||||
|
|
||||||
conf_files="/etc/libnl/classid /etc/libnl/pktloc"
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
vmove etc
|
|
||||||
vmove usr/sbin usr
|
vmove usr/sbin usr
|
||||||
vmove usr/share/man/man8 usr/share/man
|
vmove usr/share/man/man8 usr/share/man
|
||||||
vmove usr/lib/libnl usr/lib
|
vmove usr/lib/libnl usr/lib
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'libnl3'
|
# Template file for 'libnl3'
|
||||||
pkgname=libnl3
|
pkgname=libnl3
|
||||||
version=3.2.1
|
version=3.2.3
|
||||||
wrksrc=libnl-${version}
|
wrksrc=libnl-${version}
|
||||||
homepage="http://www.infradead.org/~tgr/libnl"
|
homepage="http://www.infradead.org/~tgr/libnl"
|
||||||
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=1
|
|
||||||
short_desc="Netlink Protocol Library Suite"
|
short_desc="Netlink Protocol Library Suite"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=ab73a9c90e13ae39f0a3e8bf6c5255f9ed01d6164074b3ee5cedd8ae3d0b25e3
|
checksum=69f4a360350ea61f2c988f947c251995c04093c74743eae9eeffba85846ef007
|
||||||
long_desc="
|
long_desc="
|
||||||
The libnl suite is a collection of libraries providing APIs to netlink
|
The libnl suite is a collection of libraries providing APIs to netlink
|
||||||
protocol based Linux kernel interfaces.
|
protocol based Linux kernel interfaces.
|
||||||
|
@ -21,5 +20,6 @@ long_desc="
|
||||||
interfaces."
|
interfaces."
|
||||||
|
|
||||||
subpackages="${pkgname}-progs ${pkgname}-devel"
|
subpackages="${pkgname}-progs ${pkgname}-devel"
|
||||||
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
||||||
|
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue