22 lines
591 B
Bash
22 lines
591 B
Bash
# Template file for 'libndp'
|
|
pkgname=libndp
|
|
version=1.6
|
|
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=0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e
|
|
|
|
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
|
|
}
|
|
}
|