contrib/libndp/Pkgfile

18 lines
341 B
Plaintext
Raw Normal View History

2014-08-13 08:17:45 +02:00
# Description: Library for Neighbor Discovery Protocol
# URL: http://libndp.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:
name=libndp
2019-07-06 22:10:54 +02:00
version=1.7
2014-08-13 08:17:45 +02:00
release=1
source=(http://libndp.org/files/$name-$version.tar.gz)
2019-07-06 22:10:54 +02:00
build() {
2014-08-13 08:17:45 +02:00
cd $name-$version
./configure \
2017-06-26 11:06:33 +02:00
--prefix=/usr
2014-08-13 08:17:45 +02:00
make
make DESTDIR=$PKG install
}