contrib/libndp/Pkgfile
2017-06-26 18:06:33 +09:00

18 lines
342 B
Plaintext

# Description: Library for Neighbor Discovery Protocol
# URL: http://libndp.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=libndp
version=1.6
release=1
source=(http://libndp.org/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}