22 lines
591 B
Bash
22 lines
591 B
Bash
# Template file for 'libndp'
|
|
pkgname=libndp
|
|
version=1.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Library for Neighbor Discovery Protocol"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="http://libndp.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
|
checksum=faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795
|
|
|
|
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
|
|
}
|
|
}
|