Package Details: tcpjunk 2.9.03-3

Package Base: tcpjunk
Description: Tcpjunk is a general TCP protocols testing and hacking utility
Upstream URL: http://code.google.com/p/tcpjunk/
Category: network
Licenses: GPL2
Submitter: None
Maintainer: daf666
Last Packager: None
Votes: 2
First Submitted: 2009-03-04 14:44
Last Updated: 2013-05-01 16:46

Latest Comments

Comment by daf666

2013-05-01 16:51

Thanks pio, updated per your suggestion and now its fixed.

Comment by pio

2013-05-01 10:17

PKGBUILD needs some changes, because when I compiled, it made an empty package.
I suggest:

arch=('i686' 'x86_64')

build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}

package() {
cd $srcdir/$pkgname-$pkgver
DESTDIR=$pkgdir make install
}