[arch-commits] Commit in iptstate/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 18:41:26 UTC 2015


    Date: Sunday, September 6, 2015 @ 20:41:26
  Author: foutrelis
Revision: 139314

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  iptstate/repos/community-staging-i686/
  iptstate/repos/community-staging-i686/PKGBUILD
    (from rev 139313, iptstate/trunk/PKGBUILD)
  iptstate/repos/community-staging-x86_64/
  iptstate/repos/community-staging-x86_64/PKGBUILD
    (from rev 139313, iptstate/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: iptstate/repos/community-staging-i686/PKGBUILD (from rev 139313, iptstate/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 18:41:26 UTC (rev 139314)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=iptstate
+pkgver=2.2.5
+pkgrel=3
+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:

Copied: iptstate/repos/community-staging-x86_64/PKGBUILD (from rev 139313, iptstate/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 18:41:26 UTC (rev 139314)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=iptstate
+pkgver=2.2.5
+pkgrel=3
+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:



More information about the arch-commits mailing list