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

Felix Yan fyan at nymeria.archlinux.org
Tue Feb 26 01:29:14 UTC 2013


    Date: Tuesday, February 26, 2013 @ 02:29:13
  Author: fyan
Revision: 84906

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

Added:
  goaccess/repos/community-i686/
  goaccess/repos/community-i686/PKGBUILD
    (from rev 84905, goaccess/trunk/PKGBUILD)
  goaccess/repos/community-x86_64/
  goaccess/repos/community-x86_64/PKGBUILD
    (from rev 84905, goaccess/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 84905, goaccess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-26 01:29:13 UTC (rev 84906)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.5
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url="http://goaccess.prosoftcorp.com"
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f6359a9553a460265f5859cea4d40ec0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir/usr" install
+}

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 84905, goaccess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-26 01:29:13 UTC (rev 84906)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.5
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url="http://goaccess.prosoftcorp.com"
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f6359a9553a460265f5859cea4d40ec0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir/usr" install
+}




More information about the arch-commits mailing list