[arch-commits] Commit in iptraf/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 05:37:22 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:37:21
  Author: allan
Revision: 9238

upgpkg: iptraf 3.0.0-2
    ncurses rebuild

Modified:
  iptraf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:37:01 UTC (rev 9237)
+++ PKGBUILD	2008-08-17 05:37:21 UTC (rev 9238)
@@ -4,10 +4,12 @@
 
 pkgname=iptraf
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An IP network monitor."
 url="http://cebu.mozcom.com/riker/iptraf/index.html"
+arch=('i686' 'x86_64')
 depends=('ncurses')
+license=('GPL')
 source=(ftp://iptraf.seul.org/pub/iptraf/$pkgname-$pkgver.tar.gz
 iptraf-$pkgver-headerfix.patch)
 md5sums=('377371c28ee3c21a76f7024920649ea8' 'cb388a8dc2806cf55330251337e2039f')
@@ -26,7 +28,7 @@
 
   cd ../Documentation
   for man in *.8; do
-    /bin/install -D -m644 $man $startdir/pkg/usr/man/man8/$man
+    /bin/install -D -m644 $man $startdir/pkg/usr/share/man/man8/$man
   done
   /bin/mkdir -p $startdir/pkg/var/{lib,log,run}/iptraf
 }




More information about the arch-commits mailing list