updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / netsed / PKGBUILD
blobee647813e82e8b243f97c97d20256adf777480c7
1 # Contributor: Rodrigo S. Wanderley <rodrigoswanderley@gmail.com>
2 pkgname=netsed
3 pkgver=0.01b
4 pkgrel=1
5 pkgdesc="Small and handful utility design to alter the contents of packets forwarded thru network in real time."
6 arch=('i686' 'x86_64')
7 url="http://www.mirrors.wiretapped.net/security/packet-construction/netsed/"
8 license=('GPL')
9 depends=()
10 source=(http://www.mirrors.wiretapped.net/security/packet-construction/netsed/$pkgname-$pkgver.tar.gz)
11 md5sums=('5dd7ea6a2ae802c2182ab7246ccc4509')
13 build() {
14   cd $startdir/src/$pkgname-$pkgver
15   make || return 1
16   mkdir -p $startdir/pkg/usr/bin
17   cp $pkgname $startdir/pkg/usr/bin/ || return 1