48 lines
1 KiB
Text
48 lines
1 KiB
Text
# Template file for 'libnl3'
|
|
pkgname=libnl3
|
|
version=3.2.11
|
|
revision=3
|
|
wrksrc=libnl-${version}
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="flex"
|
|
short_desc="Netlink Protocol Library Suite"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.infradead.org/~tgr/libnl"
|
|
distfiles="${homepage}/files/libnl-${version}.tar.gz"
|
|
checksum=9750409c0fec8b27966a65d94c040647ee01753e0947b0d59577b815ee0e710d
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" automake libtool"
|
|
makedepends="libfl-devel"
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
fi
|
|
|
|
libnl3-devel_package() {
|
|
depends="libnl3>=${version}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
libnl3-progs_package() {
|
|
short_desc="${short_desc} - cli utilities"
|
|
pkg_install() {
|
|
vmove usr/sbin
|
|
vmove usr/share/man/man8
|
|
vmove usr/lib/libnl
|
|
}
|
|
}
|
|
|
|
libnl3_package() {
|
|
conf_files="/etc/libnl/pktloc /etc/libnl/classid"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|