summaryrefslogtreecommitdiff
path: root/libndp/Pkgfile
blob: b61a6f6da0e77768ccc301b0b59325acc23a6ec5 (plain)
    1 # Description:	Library for Neighbor Discovery Protocol
    2 # URL:		http://libndp.org/
    3 # Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
    4 # Depends on:
    5 
    6 name=libndp
    7 version=1.6
    8 release=1
    9 source=(http://libndp.org/files/$name-$version.tar.gz)
   10 
   11 build() { 
   12 	cd $name-$version
   13 	./configure \
   14 		--prefix=/usr
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit