summaryrefslogtreecommitdiff
path: root/community/cutter
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cutter
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cutter')
-rw-r--r--community/cutter/ChangeLog3
-rw-r--r--community/cutter/PKGBUILD21
2 files changed, 0 insertions, 24 deletions
diff --git a/community/cutter/ChangeLog b/community/cutter/ChangeLog
deleted file mode 100644
index d22a5592c..000000000
--- a/community/cutter/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD
deleted file mode 100644
index 80c13857f..000000000
--- a/community/cutter/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 71088 2012-05-23 18:06:28Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=cutter
-pkgver=1.03
-pkgrel=5
-pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers"
-arch=('i686' 'x86_64')
-url="http://www.lowth.com/cutter/"
-license=('GPL')
-depends=(glibc)
-source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
-md5sums=('50093db9b64277643969ee75b83ebbd1')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's|/proc/net/ip_conntrack|/proc/net/nf_conntrack|g' cutter.c
- make
- install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter
-}