# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=libndp pkgver=1.7 pkgrel=0 pkgdesc="Library for IPv6 Neighbour Discovery Protocol" url="http://libndp.org/" arch="all" license="LGPL-2.1-only" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc" source="http://libndp.org/files/libndp-$pkgver.tar.gz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="4aadaf6d7d8b9e57983cba17ce92715cceef6635613c4c5326decb97fb575ce5f5d5586a629645e3605a03e385c6481bfb6c4458216be2bbd36959af62783790 libndp-1.7.tar.gz"