[arch-commits] Commit in goaccess/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Mon Dec 16 05:51:48 UTC 2013
Date: Monday, December 16, 2013 @ 06:51:48
Author: fyan
Revision: 102586
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
goaccess/repos/community-testing-i686/
goaccess/repos/community-testing-i686/PKGBUILD
(from rev 102585, goaccess/trunk/PKGBUILD)
goaccess/repos/community-testing-x86_64/
goaccess/repos/community-testing-x86_64/PKGBUILD
(from rev 102585, goaccess/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: goaccess/repos/community-testing-i686/PKGBUILD (from rev 102585, goaccess/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-16 05:51:48 UTC (rev 102586)
@@ -0,0 +1,27 @@
+# $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.7
+pkgrel=1
+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)
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --enable-geoip
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix="$pkgdir/usr" install
+}
+
+sha512sums=('0817f6b7429d464fdd2070941b4bf6abaa5398a4b720e31af5af8fd8cd41169e5b71f90157101121cc904d06fb5bd6c7a109c4260fe8f829a19a75ff4b489146')
Copied: goaccess/repos/community-testing-x86_64/PKGBUILD (from rev 102585, goaccess/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2013-12-16 05:51:48 UTC (rev 102586)
@@ -0,0 +1,27 @@
+# $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.7
+pkgrel=1
+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)
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --enable-geoip
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix="$pkgdir/usr" install
+}
+
+sha512sums=('0817f6b7429d464fdd2070941b4bf6abaa5398a4b720e31af5af8fd8cd41169e5b71f90157101121cc904d06fb5bd6c7a109c4260fe8f829a19a75ff4b489146')
More information about the arch-commits
mailing list