From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/cutter/ChangeLog | 3 +++ community/cutter/PKGBUILD | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 community/cutter/ChangeLog create mode 100644 community/cutter/PKGBUILD (limited to 'community/cutter') diff --git a/community/cutter/ChangeLog b/community/cutter/ChangeLog new file mode 100644 index 000000000..d22a5592c --- /dev/null +++ b/community/cutter/ChangeLog @@ -0,0 +1,3 @@ +2007-07-02 tardo +* Built for x86_64 + diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD new file mode 100644 index 000000000..80c13857f --- /dev/null +++ b/community/cutter/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 71088 2012-05-23 18:06:28Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Sergej Pupykin + +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 +} -- cgit v1.2.3-54-g00ecf