Date: Monday, November 2, 2015 @ 14:06:06
  Author: spupykin
Revision: 145603

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

Added:
  sarg/repos/community-i686/PKGBUILD
    (from rev 145602, sarg/trunk/PKGBUILD)
  sarg/repos/community-x86_64/PKGBUILD
    (from rev 145602, sarg/trunk/PKGBUILD)
Deleted:
  sarg/repos/community-i686/PKGBUILD
  sarg/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 -----------------------
 community-x86_64/PKGBUILD |   39 -----------------------
 3 files changed, 72 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-11-02 13:05:42 UTC (rev 145602)
+++ community-i686/PKGBUILD     2015-11-02 13:06:06 UTC (rev 145603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: JJDaNiMoTh <[email protected]>
-# Contributor: Tino Reichardt <[email protected]>
-
-pkgname=sarg
-pkgver=2.3.9
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('i686' 'x86_64')
-url="http://sarg.sourceforge.net";
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-       'etc/sarg/exclude_codes'
-       'etc/sarg/sarg.conf'
-       'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
-}

Copied: sarg/repos/community-i686/PKGBUILD (from rev 145602, 
sarg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-11-02 13:06:06 UTC (rev 145603)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: JJDaNiMoTh <[email protected]>
+# Contributor: Tino Reichardt <[email protected]>
+
+pkgname=sarg
+pkgver=2.3.10
+pkgrel=1
+pkgdesc="Squid Analysis Report Generator"
+arch=('i686' 'x86_64')
+url="http://sarg.sourceforge.net";
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+       'etc/sarg/exclude_codes'
+       'etc/sarg/sarg.conf'
+       'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('f3c5f9a55ffea1662f6ec88daa0c49c3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc/sarg \
+    -DMANDIR=/usr/share/man/man1 \
+    .
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-11-02 13:05:42 UTC (rev 145602)
+++ community-x86_64/PKGBUILD   2015-11-02 13:06:06 UTC (rev 145603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: JJDaNiMoTh <[email protected]>
-# Contributor: Tino Reichardt <[email protected]>
-
-pkgname=sarg
-pkgver=2.3.9
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('i686' 'x86_64')
-url="http://sarg.sourceforge.net";
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-       'etc/sarg/exclude_codes'
-       'etc/sarg/sarg.conf'
-       'etc/sarg/user_limit_block')
-source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('d6e8b854950f1bebb953e0ea2ca13428')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr # po files workaround
-  rm -f Makefile
-  LDFLAGS=-lm cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc/sarg 
-DMANDIR=/usr/share/man/man1 .
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
-  make DESTDIR="$pkgdir" install
-  make -C po DESTDIR="$pkgdir" install
-  cp -a sarg-php ${pkgdir}/usr/share/sarg/
-  chmod -R o+r ${pkgdir}{/etc,/usr/share/sarg}
-  chmod o+x ${pkgdir}/usr/share/sarg/sarg-php
-  chmod -R o+x ${pkgdir}/usr/share/sarg/sarg-php/locale
-}

Copied: sarg/repos/community-x86_64/PKGBUILD (from rev 145602, 
sarg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-02 13:06:06 UTC (rev 145603)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: JJDaNiMoTh <[email protected]>
+# Contributor: Tino Reichardt <[email protected]>
+
+pkgname=sarg
+pkgver=2.3.10
+pkgrel=1
+pkgdesc="Squid Analysis Report Generator"
+arch=('i686' 'x86_64')
+url="http://sarg.sourceforge.net";
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+       'etc/sarg/exclude_codes'
+       'etc/sarg/sarg.conf'
+       'etc/sarg/user_limit_block')
+source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+md5sums=('f3c5f9a55ffea1662f6ec88daa0c49c3')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc/sarg \
+    -DMANDIR=/usr/share/man/man1 \
+    .
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/sarg $pkgdir/etc
+  make DESTDIR="$pkgdir" install
+}

Reply via email to