updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / tcpjunk / PKGBUILD
blob2f3c595f717314cc898ee51ce214fcd7ecd6b33f
1 # Contributor: Leos Mach <leos@darkfate.net>
2 pkgname=tcpjunk
3 pkgver=2.9.03
4 pkgrel=3
5 arch=('i386' 'x86_64')
6 pkgdesc="Tcpjunk is a general TCP protocols testing and hacking utility"
7 url="http://code.google.com/p/tcpjunk/"
8 license=('GPL2')
9 depends=('gtk2' 'openssl' 'pkgconfig' 'gtksourceview2')
10 source=(http://tcpjunk.googlecode.com/files/$pkgname-$pkgver.tar.gz)
11 md5sums=('0f008da6e5ef3afc3eaeaed1767ca39f')
13 build() {
14     cd $startdir/src/$pkgname-$pkgver
15     ./configure --prefix=/usr 
16     make || return 1
17         make DESTDIR=$startdir/pkg install
18         }