forked from ports/contrib
18 lines
341 B
Plaintext
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
|
|
}
|