1 # Contributor: Rodrigo S. Wanderley <rodrigoswanderley@gmail.com>
5 pkgdesc="Small and handful utility design to alter the contents of packets forwarded thru network in real time."
7 url="http://www.mirrors.wiretapped.net/security/packet-construction/netsed/"
10 source=(http://www.mirrors.wiretapped.net/security/packet-construction/netsed/$pkgname-$pkgver.tar.gz)
11 md5sums=('5dd7ea6a2ae802c2182ab7246ccc4509')
14 cd $startdir/src/$pkgname-$pkgver
16 mkdir -p $startdir/pkg/usr/bin
17 cp $pkgname $startdir/pkg/usr/bin/ || return 1