1 # Contributor: Tocer Deng <tocer.deng@gmail.com>
5 pkgdesc="a request replication tool and is mainly for testing tasks using netlink and raw sockets"
7 url="http://code.google.com/p/tcpcopy/"
12 source=(http://tcpcopy.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('ea65219b6160be34b5a6c7ac1e005797')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir/" install
23 # vim:set ts=2 sw=2 et: