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

Daniel Micay thestinger at archlinux.org
Sun Apr 12 14:09:10 UTC 2015


    Date: Sunday, April 12, 2015 @ 16:09:09
  Author: thestinger
Revision: 131243

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

Added:
  openvas-cli/repos/community-staging-i686/
  openvas-cli/repos/community-staging-i686/PKGBUILD
    (from rev 131242, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-staging-x86_64/
  openvas-cli/repos/community-staging-x86_64/PKGBUILD
    (from rev 131242, openvas-cli/trunk/PKGBUILD)

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

Copied: openvas-cli/repos/community-staging-i686/PKGBUILD (from rev 131242, openvas-cli/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-04-12 14:09:09 UTC (rev 131243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz"
+        "http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc")
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+         'SKIP')
+validpgpkeys=(
+              'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: openvas-cli/repos/community-staging-x86_64/PKGBUILD (from rev 131242, openvas-cli/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-04-12 14:09:09 UTC (rev 131243)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz"
+        "http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc")
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+         'SKIP')
+validpgpkeys=(
+              'C3B468D2288C68B9D526452248479FF648DB4530' # OpenVAS Transfer Integrity
+)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -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