summaryrefslogtreecommitdiffstats
path: root/tcpxtract/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /tcpxtract/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'tcpxtract/PKGBUILD')
-rw-r--r--tcpxtract/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/tcpxtract/PKGBUILD b/tcpxtract/PKGBUILD
deleted file mode 100644
index fc57fc7..0000000
--- a/tcpxtract/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Michael P <ptchinster@archlinux.us>
-# Contributor: Christoph Siegenthaler <csi@gmx.ch>
-# Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org>
-
-pkgname=tcpxtract
-pkgver=1.0.1
-pkgrel=3
-pkgdesc="A tool for extracting files from network traffic"
-url="http://tcpxtract.sourceforge.net"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libpcap')
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz \
-conf_default_path.patch)
-md5sums=('1d8fe172d4590c33a157798e08dc0ccd' 'c7964f1e9c1315ae2d2b94c2bd06b4b7')
-
-build()
-{
- cd $startdir/src/$pkgname-$pkgver
- # Applying conf_default_path patch
- patch -Np0 -i $startdir/src/conf_default_path.patch || return 1
-
- ./configure --prefix=/usr --sysconfdir=/etc || return 1
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
-}
-