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

Travis Willard travis at archlinux.org
Sun Apr 29 18:20:21 UTC 2007


    Date: Sunday, April 29, 2007 @ 14:20:21
  Author: travis
    Path: /home/cvs-extra/extra/network/bungmeter

Modified: PKGBUILD (1.1 -> 1.2)

Reorganize PKGBUILD to more closely match format of PKGBUILD.proto - add license field too


----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


Index: extra/network/bungmeter/PKGBUILD
diff -u extra/network/bungmeter/PKGBUILD:1.1 extra/network/bungmeter/PKGBUILD:1.2
--- extra/network/bungmeter/PKGBUILD:1.1	Mon Oct 30 21:07:05 2006
+++ extra/network/bungmeter/PKGBUILD	Sun Apr 29 14:20:20 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.1 2006/10/31 02:07:05 travis Exp $
+# $Id: PKGBUILD,v 1.2 2007/04/29 18:20:20 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: roberto <roberto at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
@@ -7,11 +7,11 @@
 pkgver=2.0.1
 pkgrel=1
 pkgdesc="A fork of fnetload - a graphical network monitor designed to be small and lightweight."
+arch=('i686' 'x86_64')
 url="http://freshmeat.net/projects/bungmeter/"
-arch=(i686 x86_64)
+license=('GPL')
 depends=('gtk2')
 replaces=('fnetload')
-
 source=(http://grecni.com/bungmeter/$pkgname-$pkgver.tar.bz2)
 
 build() {
@@ -20,3 +20,6 @@
     make || return 1
     make prefix=$startdir/pkg/usr install
 }
+
+md5sums=('318b8538e0c3556443b49ded420a8c06')
+sha1sums=('91c04b231d81d2c3ad73f4387f01563b4478c9ed')




More information about the arch-commits mailing list