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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 17:06:37 UTC 2015


    Date: Sunday, September 6, 2015 @ 19:06:37
  Author: foutrelis
Revision: 139278

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: goaccess/repos/community-staging-i686/PKGBUILD (from rev 139277, goaccess/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 17:06:37 UTC (rev 139278)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.9.3
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+

Copied: goaccess/repos/community-staging-x86_64/PKGBUILD (from rev 139277, goaccess/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 17:06:37 UTC (rev 139278)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.9.3
+pkgrel=2
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('624e6ae50d08550440b7f76573003f50a01fe7d0b74302ac89e3281cd7c8b1e541a4e01211dfa41c687c9485b6b1d72ac8b2ed9a9e0c7dcddf1b1c0c7dee33f8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+



More information about the arch-commits mailing list