contrib/libndp/Pkgfile

18 lines
347 B
Plaintext
Raw Normal View History

2021-02-24 11:49:02 +01:00
# Description: Library for Neighbor Discovery Protocol
# URL: http://libndp.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
2014-08-13 08:17:45 +02:00
name=libndp
2021-05-21 15:49:22 +02:00
version=1.8
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() {
2021-02-24 11:49:02 +01:00
cd $name-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
2014-08-13 08:17:45 +02:00
}