[arch-commits] CVS update of extra/network/ngrep (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jan 7 04:40:16 UTC 2008


    Date: Sunday, January 6, 2008 @ 23:40:16
  Author: eric
    Path: /home/cvs-extra/extra/network/ngrep

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: ngrep 1.45-4
added license, PKGBUILD cleanup


----------+
 PKGBUILD |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)


Index: extra/network/ngrep/PKGBUILD
diff -u extra/network/ngrep/PKGBUILD:1.16 extra/network/ngrep/PKGBUILD:1.17
--- extra/network/ngrep/PKGBUILD:1.16	Sun Oct  7 09:43:29 2007
+++ extra/network/ngrep/PKGBUILD	Sun Jan  6 23:40:16 2008
@@ -1,14 +1,18 @@
-# $Id: PKGBUILD,v 1.16 2007/10/07 13:43:29 daniel Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.17 2008/01/07 04:40:16 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
 pkgname=ngrep
 pkgver=1.45
-pkgrel=3.1
+pkgrel=4
 pkgdesc="A grep-like utility that allows you to search for network packets on an interface"
-arch=(i686 x86_64)
-depends=('libpcap>=0.9.8')
-source=(http://heanet.dl.sourceforge.net/sourceforge/ngrep/ngrep-$pkgver.tar.bz2)
+arch=('i686' 'x86_64')
 url="http://ngrep.sourceforge.net/"
+license=('custom')
+depends=('libpcap>=0.9.8')
+source=(http://downloads.sourceforge.net/sourceforge/ngrep/ngrep-$pkgver.tar.bz2)
 md5sums=('bc8150331601f3b869549c94866b4f1c')
+sha1sums=('f26090a6ac607db66df99c6fa9aef74968f3330f')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -16,4 +20,5 @@
   make || return 1
   mkdir -p $startdir/pkg/usr/{bin,man/man8}
   make DESTDIR=$startdir/pkg install
+  install -D -m644 LICENSE.txt ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE.txt
 }




More information about the arch-commits mailing list