Date: Sunday, January 1, 2017 @ 07:56:13
  Author: bisson
Revision: 285008

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

Added:
  ldns/repos/staging-i686/
  ldns/repos/staging-i686/PKGBUILD
    (from rev 285007, ldns/trunk/PKGBUILD)
  ldns/repos/staging-x86_64/
  ldns/repos/staging-x86_64/PKGBUILD
    (from rev 285007, ldns/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: ldns/repos/staging-i686/PKGBUILD (from rev 285007, ldns/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2017-01-01 07:56:13 UTC (rev 285008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='https://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+               --with-trust-anchor=/etc/trusted-key.key \
+               --disable-dane-verify # needs openssl>=1.1.0
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ldns/repos/staging-x86_64/PKGBUILD (from rev 285007, 
ldns/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2017-01-01 07:56:13 UTC (rev 285008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='https://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+               --with-trust-anchor=/etc/trusted-key.key \
+               --disable-dane-verify # needs openssl>=1.1.0
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to