1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Library for Neighbor Discovery Protocol"
8 url="http://libndp.org/"
12 _commit=009ce9cd9b950ffa1f4f94c9436027b936850d0c # tags/v1.8
13 source=("git+https://github.com/jpirko/libndp#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/-/+/g'
28 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
29 --disable-static --libexecdir=/usr/lib
40 make DESTDIR="$pkgdir" install