From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- tcpxtract/PKGBUILD | 27 --------------------------- tcpxtract/conf_default_path.patch | 12 ------------ 2 files changed, 39 deletions(-) delete mode 100644 tcpxtract/PKGBUILD delete mode 100644 tcpxtract/conf_default_path.patch (limited to 'tcpxtract') 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 -# Contributor: Christoph Siegenthaler -# Contributor: Wael Nasreddine - -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 -} - diff --git a/tcpxtract/conf_default_path.patch b/tcpxtract/conf_default_path.patch deleted file mode 100644 index a5c5e66..0000000 --- a/tcpxtract/conf_default_path.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- tcpxtract.c.old 2006-03-10 02:10:06.000000000 +0100 -+++ tcpxtract.c 2006-03-10 02:10:23.000000000 +0100 -@@ -48,7 +48,7 @@ - #include "search.h" - - #ifndef DEFAULT_CONFIG_FILE --#define DEFAULT_CONFIG_FILE "/usr/local/etc/tcpxtract.conf" -+#define DEFAULT_CONFIG_FILE "/etc/tcpxtract.conf" - #endif - - extern FILE *yyin; /* the lex/yacc input file */ - -- cgit v1.2.3-24-g4f1b