[arch-commits] Commit in goaccess/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue May 20 16:24:54 UTC 2014
Date: Tuesday, May 20, 2014 @ 18:24:54
Author: fyan
Revision: 111579
upgpkg: goaccess 0.8-1
Modified:
goaccess/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-20 16:07:19 UTC (rev 111578)
+++ PKGBUILD 2014-05-20 16:24:54 UTC (rev 111579)
@@ -4,7 +4,7 @@
# Contributor: Nicolas Storme <nicolas at atelier-web.com>
pkgname=goaccess
-pkgver=0.7.1
+pkgver=0.8
pkgrel=1
pkgdesc="An open source real-time web log analyzer and interactive viewer"
arch=('i686' 'x86_64')
@@ -11,17 +11,18 @@
url="http://goaccess.prosoftcorp.com"
license=('GPL')
depends=('ncurses' 'geoip' 'glib2')
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+backup=('etc/goaccess.conf')
+source=(http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz)
build() {
cd $pkgname-$pkgver
- ./configure --enable-geoip
- make
+ ./configure --enable-geoip --enable-utf8
+ make prefix=/usr sysconfdir=/etc
}
package() {
cd $pkgname-$pkgver
- make prefix="$pkgdir/usr" install
+ make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
}
-sha512sums=('219e15693d45bc6d98a38b7c4387e29cd01a113580b127f4035bff32f3bce1b0f02ffb3dd5748893a8aa808f8a30085f19bd2c0667093bb7ba498eb60631183e')
+sha512sums=('3e738c02c5836e8b20a6c91c4a410440e0aa1821cb39a7f5b3be3baa8263f5ef442ca9e86fcc3a95c1274187ca986ce6129ec67477cebaf1e9449dcfdb852545')
More information about the arch-commits
mailing list