summaryrefslogtreecommitdiff
path: root/community/cutter
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
commit11484c032f8c236b2044e715a9a3b28e33f65598 (patch)
treeec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/cutter
parent1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff)
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/cutter')
-rw-r--r--community/cutter/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD
index e48ce17d4..b59a652f7 100644
--- a/community/cutter/PKGBUILD
+++ b/community/cutter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17382 2010-05-24 09:44:48Z spupykin $
+# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cutter
pkgver=1.03
-pkgrel=3
+pkgrel=4
pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers"
arch=('i686' 'x86_64')
url="http://www.lowth.com/cutter/"
@@ -14,7 +14,7 @@ source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
md5sums=('50093db9b64277643969ee75b83ebbd1')
build() {
- cd $startdir/src/$pkgname-$pkgver
- make || return 1
- install -D -m 0755 ./cutter $startdir/pkg/usr/bin/tcp-cutter
+ cd $srcdir/$pkgname-$pkgver
+ make
+ install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter
}