22 lines
588 B
Text
22 lines
588 B
Text
# Template build file for 'libotr'.
|
|
pkgname=libndp
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library for Neighbor Discovery Protocol"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
homepage="http://libndp.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
|
checksum=3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f
|
|
|
|
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
|
|
}
|
|
}
|