[arch-commits] Commit in etherape/repos (extra-i686 extra-i686/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Oct 18 14:25:37 UTC 2009


    Date: Sunday, October 18, 2009 @ 10:25:37
  Author: andrea
Revision: 56036

Merged revisions 56035 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/etherape/trunk

........
  r56035 | andrea | 2009-10-18 16:24:57 +0200 (Sun, 18 Oct 2009) | 2 lines
  
  upgpkg: etherape 0.9.8-1
      upstream release; fixed man path
........

Modified:
  etherape/repos/extra-i686/	(properties)
  etherape/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


Property changes on: etherape/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /etherape/trunk:1-54824
   + /etherape/trunk:1-56035

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-18 14:24:57 UTC (rev 56035)
+++ extra-i686/PKGBUILD	2009-10-18 14:25:37 UTC (rev 56036)
@@ -1,23 +1,24 @@
 # $Id$
-# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: kevin <kevin at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 
 pkgname=etherape
-pkgver=0.9.7
-pkgrel=4
+pkgver=0.9.8
+pkgrel=1
 pkgdesc="A graphical network monitor for various OSI layers and protocols"
 arch=(i686 x86_64)
 url="http://etherape.sourceforge.net/"
 license=('GPL2')
 makedepends=('rarian')
-depends=('libgnomeui' 'libpcap>=1.0.0')
-source=(http://downloads.sourceforge.net/sourceforge/etherape/$pkgname-$pkgver.tar.gz)
-md5sums=('7b5783090d92abe79634da4b582c6b48')
+depends=('libgnomeui' 'libpcap')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('ca770d23b825b1a39d4c3b27efd8cbd1')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/etherape
-  /usr/bin/make || return 1
-  /usr/bin/make DESTDIR=$startdir/pkg install
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc/etherape
+    --mandir=/usr/share/man
+  make || return 1
+  make DESTDIR=$pkgdir install
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list