contrib/libndp/Pkgfile
2019-07-06 22:10:54 +02:00

18 lines
341 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.7
release=1
source=(http://libndp.org/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}