1 # Maintainer: Pierre Bourdon <delroth@gmail.com>
6 pkgdesc="a simple PXE-compatible DHCP and TFTP server"
8 url="http://brokestream.com/netboot.html"
12 source=(http://brokestream.com/netboot.c)
16 gcc -o netboot netboot.c || return 1
17 install -D -m755 netboot "$pkgdir/usr/bin/netboot" || return 1
19 md5sums=('e702d33f4fbae8836218b0753348fd02')