[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

Daniel Micay thestinger at archlinux.org
Sat Sep 6 17:27:45 UTC 2014


    Date: Saturday, September 6, 2014 @ 19:27:45
  Author: thestinger
Revision: 118474

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

Added:
  greenbone-security-assistant/repos/community-i686/
  greenbone-security-assistant/repos/community-i686/PKGBUILD
    (from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
    (from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=("http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz")
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 118473, greenbone-security-assistant/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-06 17:27:45 UTC (rev 118474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=greenbone-security-assistant
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+backup=(etc/openvas/gsad_log.conf)
+# This URL needs to be manually updated on every pkgver upgrade.
+# http://www.openvas.org/install-source.html
+source=("http://wald.intevation.org/frs/download.php/1694/$pkgname-$pkgver.tar.gz")
+md5sums=('d05d6cdb4555d9aea12abbd67e651e0d')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list