1 # Author: Mark Smith <markzzzsmith@yahoo.com.au>
2 # Maintainer: <grawity@gmail.com>
6 pkgdesc="'ping' type utilty for the Ethernet V2.0 Configuration Testing Protocol"
8 url="http://developer.berlios.de/projects/ectpping/"
10 source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=(60634ee17f9a07691bb0b1ad2fa3ed92)
20 install -Dm4755 "ectpping" "$pkgdir/usr/sbin/ectpping"
21 # recommended, but requires building w/o fakeroot,
22 # also not supported by .tar format
23 # should be moved to $install?
24 #setcap cap_net_raw=ep "$pkgdir/usr/sbin/ectpping"
27 # vim:set ts=2 sw=2 et: