diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/tcpreplay | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/tcpreplay')
-rw-r--r-- | community/tcpreplay/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/tcpreplay/PKGBUILD b/community/tcpreplay/PKGBUILD deleted file mode 100644 index 054c87d7e..000000000 --- a/community/tcpreplay/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 61217 2011-12-24 18:01:44Z tredaelli $ -# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> -# Contributor: Sébastien Duquette <ekse.0x@gmail.com> -# Contributor: Dawid Wrobel <cromo@klej.net> -pkgname=tcpreplay -pkgver=3.4.4 -pkgrel=3 -pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" -url="http://tcpreplay.synfin.net" -arch=('i686' 'x86_64') -license=('GPL3') -depends=('libpcap' 'libdnet') -makedepends=('tcpdump') -optdepends=('tcpdump: decoding of packets support') -options=('!emptydirs') -source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz") -md5sums=('22725feb9b2590809f9350308ec65180') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --enable-dynamic-link --with-tcpdump=/usr/sbin/tcpdump - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} |