1 # Contributor: Leos Mach <leos@darkfate.net>
6 pkgdesc="Tcpjunk is a general TCP protocols testing and hacking utility"
7 url="http://code.google.com/p/tcpjunk/"
9 depends=('gtk2' 'openssl' 'pkgconfig' 'gtksourceview2')
10 source=(http://tcpjunk.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('0f008da6e5ef3afc3eaeaed1767ca39f')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make DESTDIR=$startdir/pkg install