23 lines
588 B
Plaintext
23 lines
588 B
Plaintext
# Template build file for 'libotr'.
|
|
pkgname=libndp
|
|
version=1.3
|
|
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=58a013427debfc554f1ff6555bccfd3ba910d50effc8231cfcad79f0f19c3f9e
|
|
|
|
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
|
|
}
|
|
}
|