New package: libnl3-3.2.1.
This commit is contained in:
parent
7bd1ad75f0
commit
1f5c7f73b6
srcpkgs
xbps-src/common
|
@ -0,0 +1 @@
|
||||||
|
libnl3
|
|
@ -0,0 +1 @@
|
||||||
|
libnl3
|
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=3.2.1"
|
||||||
|
api_depends="${abi_depends}"
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libnl-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run glibc-devel
|
||||||
|
Add_dependency run libnl3
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libnl-progs'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - cli utilities"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the command line utilities bundled with libnl."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libnl3
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libnl3'
|
||||||
|
pkgname=libnl3
|
||||||
|
version=3.2.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"
|
||||||
|
short_desc="Netlink Protocol Library Suite"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
checksum=ab73a9c90e13ae39f0a3e8bf6c5255f9ed01d6164074b3ee5cedd8ae3d0b25e3
|
||||||
|
long_desc="
|
||||||
|
The libnl suite is a collection of libraries providing APIs to netlink
|
||||||
|
protocol based Linux kernel interfaces.
|
||||||
|
|
||||||
|
Netlink is a IPC mechanism primarly between the kernel and user space
|
||||||
|
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"
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency build flex
|
|
@ -125,6 +125,11 @@ libstartup-notification-1.so.0 startup-notification startup-notification-devel
|
||||||
libwnck-1.so.22 libwnck2 libwnck2-devel
|
libwnck-1.so.22 libwnck2 libwnck2-devel
|
||||||
libwnck-3.so.0 libwnck libwnck-devel
|
libwnck-3.so.0 libwnck libwnck-devel
|
||||||
libnl.so.1 libnl libnl-devel
|
libnl.so.1 libnl libnl-devel
|
||||||
|
libnl-3.so.200 libnl3 libnl3-devel
|
||||||
|
libnl-route-3.so.200 libnl3 libnl3-devel
|
||||||
|
libnl-nf-3.so.200 libnl3 libnl3-devel
|
||||||
|
libnl-genl-3.so.200 libnl3 libnl3-devel
|
||||||
|
libnl-cli-3.so.200 libnl3 libnl3-devel
|
||||||
libssl.so.1 libssl openssl-devel
|
libssl.so.1 libssl openssl-devel
|
||||||
libcrypto.so.1 libssl openssl-devel
|
libcrypto.so.1 libssl openssl-devel
|
||||||
libreadline.so.6 readline readline-devel
|
libreadline.so.6 readline readline-devel
|
||||||
|
|
Loading…
Reference in New Issue