bb9108b206
Closes #15017. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
22 lines
606 B
Bash
22 lines
606 B
Bash
# Template file for 'libndp'
|
|
pkgname=libndp
|
|
version=1.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for Neighbor Discovery Protocol"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://libndp.org/"
|
|
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
|
checksum=2c480afbffb02792dbae3c13bbfb71d89f735562f2795cca0640ed3428b491b6
|
|
|
|
libndp-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|