summaryrefslogtreecommitdiff
path: root/community/iptstate
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/iptstate
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/iptstate')
-rw-r--r--community/iptstate/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/iptstate/PKGBUILD b/community/iptstate/PKGBUILD
deleted file mode 100644
index 458bc3ad1..000000000
--- a/community/iptstate/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 90516 2013-05-12 23:47:26Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli <zukka77@gmail.com>
-
-pkgname=iptstate
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='top-like interface to netfilter connection-tracking table'
-arch=('i686' 'x86_64')
-url='http://www.phildev.net/iptstate/'
-license=('custom')
-depends=('gcc-libs' 'ncurses' 'libnetfilter_conntrack')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('5abe47e473bee256adaf8a48b1141a90')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
- install -D -m644 $pkgname.8 "$pkgdir/usr/share/man/man8/$pkgname.8"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-# vim:set ts=2 sw=2 et: