[arch-commits] Commit in clamav/repos (16 files)

2013-05-15 Thread Gaetan Bisson
Date: Wednesday, May 15, 2013 @ 15:21:31
  Author: bisson
Revision: 185593

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

Added:
  clamav/repos/testing-i686/
  clamav/repos/testing-i686/PKGBUILD
(from rev 185592, clamav/trunk/PKGBUILD)
  clamav/repos/testing-i686/config.patch
(from rev 185592, clamav/trunk/config.patch)
  clamav/repos/testing-i686/install
(from rev 185592, clamav/trunk/install)
  clamav/repos/testing-i686/logrotate
(from rev 185592, clamav/trunk/logrotate)
  clamav/repos/testing-i686/service
(from rev 185592, clamav/trunk/service)
  clamav/repos/testing-i686/service.fresh
(from rev 185592, clamav/trunk/service.fresh)
  clamav/repos/testing-i686/tmpfiles.d
(from rev 185592, clamav/trunk/tmpfiles.d)
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
(from rev 185592, clamav/trunk/PKGBUILD)
  clamav/repos/testing-x86_64/config.patch
(from rev 185592, clamav/trunk/config.patch)
  clamav/repos/testing-x86_64/install
(from rev 185592, clamav/trunk/install)
  clamav/repos/testing-x86_64/logrotate
(from rev 185592, clamav/trunk/logrotate)
  clamav/repos/testing-x86_64/service
(from rev 185592, clamav/trunk/service)
  clamav/repos/testing-x86_64/service.fresh
(from rev 185592, clamav/trunk/service.fresh)
  clamav/repos/testing-x86_64/tmpfiles.d
(from rev 185592, clamav/trunk/tmpfiles.d)

--+
 testing-i686/PKGBUILD|   65 +
 testing-i686/config.patch|   30 ++
 testing-i686/install |   10 ++
 testing-i686/logrotate   |8 +
 testing-i686/service |   10 ++
 testing-i686/service.fresh   |   10 ++
 testing-i686/tmpfiles.d  |1 
 testing-x86_64/PKGBUILD  |   65 +
 testing-x86_64/config.patch  |   30 ++
 testing-x86_64/install   |   10 ++
 testing-x86_64/logrotate |8 +
 testing-x86_64/service   |   10 ++
 testing-x86_64/service.fresh |   10 ++
 testing-x86_64/tmpfiles.d|1 
 14 files changed, 268 insertions(+)

Copied: clamav/repos/testing-i686/PKGBUILD (from rev 185592, 
clamav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-15 13:21:31 UTC (rev 185593)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Gregor Ibic gregor.i...@intelicom.si
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=clamav
+pkgver=0.97.8
+pkgrel=2
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'service.fresh'
+'logrotate'
+'tmpfiles.d'
+'config.patch')
+sha1sums=('078c0ac2b4e69d27eecd7544a8361abcd859e73c'
+  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
+  'cda9a087e5593992150cb456e34c5f6f589aca82'
+  '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '1c8ef193919b041135115170acd6313f008de808')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../config.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Make sure conf files get installed, because make install
+   # doesn't do that if clamav is already installed upon building.
+   install -Dm644 etc/clamd.conf ${pkgdir}/etc/clamav/clamd.conf
+   install -Dm644 etc/freshclam.conf ${pkgdir}/etc/clamav/freshclam.conf
+
+   install -Dm644 ../service.fresh 
${pkgdir}/usr/lib/systemd/system/freshclamd.service
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/clamd.service
+   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/clamav.conf
+   install -Dm644 ../logrotate ${pkgdir}/etc/logrotate.d/clamav
+
+   install -d -o 64 -g 64 ${pkgdir}/run/clamav
+   install -d -o 64 -g 64 ${pkgdir}/var/log/clamav
+   install -d -o 64 -g 64 ${pkgdir}/var/lib/clamav
+}

Copied: clamav/repos/testing-i686/config.patch (from rev 185592, 
clamav/trunk/config.patch)
===
--- testing-i686/config.patch   (rev 0)
+++ testing-i686/config.patch   

[arch-commits] Commit in clamav/repos (16 files)

2012-03-28 Thread Gaetan Bisson
Date: Wednesday, March 28, 2012 @ 19:18:37
  Author: bisson
Revision: 154473

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

Added:
  clamav/repos/testing-i686/
  clamav/repos/testing-i686/PKGBUILD
(from rev 154472, clamav/trunk/PKGBUILD)
  clamav/repos/testing-i686/conf.d
(from rev 154472, clamav/trunk/conf.d)
  clamav/repos/testing-i686/config.patch
(from rev 154472, clamav/trunk/config.patch)
  clamav/repos/testing-i686/install
(from rev 154472, clamav/trunk/install)
  clamav/repos/testing-i686/logrotate
(from rev 154472, clamav/trunk/logrotate)
  clamav/repos/testing-i686/rc.d
(from rev 154472, clamav/trunk/rc.d)
  clamav/repos/testing-i686/tmpfiles.d
(from rev 154472, clamav/trunk/tmpfiles.d)
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
(from rev 154472, clamav/trunk/PKGBUILD)
  clamav/repos/testing-x86_64/conf.d
(from rev 154472, clamav/trunk/conf.d)
  clamav/repos/testing-x86_64/config.patch
(from rev 154472, clamav/trunk/config.patch)
  clamav/repos/testing-x86_64/install
(from rev 154472, clamav/trunk/install)
  clamav/repos/testing-x86_64/logrotate
(from rev 154472, clamav/trunk/logrotate)
  clamav/repos/testing-x86_64/rc.d
(from rev 154472, clamav/trunk/rc.d)
  clamav/repos/testing-x86_64/tmpfiles.d
(from rev 154472, clamav/trunk/tmpfiles.d)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/conf.d |8 +
 testing-i686/config.patch   |   30 +++
 testing-i686/install|   14 
 testing-i686/logrotate  |8 +
 testing-i686/rc.d   |   66 ++
 testing-i686/tmpfiles.d |1 
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/conf.d   |8 +
 testing-x86_64/config.patch |   30 +++
 testing-x86_64/install  |   14 
 testing-x86_64/logrotate|8 +
 testing-x86_64/rc.d |   66 ++
 testing-x86_64/tmpfiles.d   |1 
 14 files changed, 376 insertions(+)

Copied: clamav/repos/testing-i686/PKGBUILD (from rev 154472, 
clamav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-28 23:18:37 UTC (rev 154473)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Gregor Ibic gregor.i...@intelicom.si
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=clamav
+pkgver=0.97.4
+pkgrel=2
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 
'etc/conf.d/clamav')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'rc.d'
+'conf.d'
+'logrotate'
+'tmpfiles.d'
+'config.patch')
+sha1sums=('56f90cf8a73acba8f97beca86b42c65c3923935d'
+  'c9d508c1e5972f0f849d8694c1872455fa9e74de'
+  'cb116cdab49a810381a515cbcfb6a6c148547f07'
+  '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '1c8ef193919b041135115170acd6313f008de808')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../config.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Make sure conf files get installed, because make install
+   # doesn't do that if clamav is already installed upon building.
+   install -D -m644 etc/clamd.conf ${pkgdir}/etc/clamav/clamd.conf
+   install -D -m644 etc/freshclam.conf 
${pkgdir}/etc/clamav/freshclam.conf
+
+   install -D -m644 ../tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/clamav.conf
+   install -D -m644 ../logrotate ${pkgdir}/etc/logrotate.d/clamav
+   install -D -m644 ../conf.d ${pkgdir}/etc/conf.d/clamav
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/clamav
+
+   # Un-distribute databases to require freshclam.
+   rm ${pkgdir}/var/lib/clamav/*.cvd
+}

Copied: clamav/repos/testing-i686/conf.d (from rev 154472, clamav/trunk/conf.d)
===
--- testing-i686/conf.d (rev 0)
+++ testing-i686/conf.d 2012-03-28 23:18:37 UTC (rev 154473)
@@ -0,0 +1,8 @@
+# clamav startup script config options
+
+# change these to yes to start 
+START_FRESHCLAM=no
+START_CLAMD=no
+
+# Options to pass to freshclam (man freshclam