1 # Contributor: danitool
5 pkgdesc="Ultra-fast dhcp discovery"
6 url="http://www.latinsud.com/pub/dhd/"
8 depends=('libnet' 'libpcap')
10 arch=('i686' 'x86_64')
11 source=(http://www.latinsud.com/pub/dhd/dhd.c)
12 md5sums=('e50f7489136412a602cf47fd1fd382e2')
16 gcc -o dhd dhd.c -lnet -lpcap -lpthread || return 1
17 install -m 755 -D dhd $pkgdir/usr/sbin/dhd || return 1