Thanks pio, updated per your suggestion and now its fixed.
Search Criteria
Package Details: tcpjunk 2.9.03-3
Package Actions
| 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: | |
| Submitter: | None |
| Maintainer: | daf666 |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2009-03-04 14:44 |
| Last Updated: | 2013-05-01 16:46 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by daf666
Comment by pio
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
}