[arch-commits] Commit in ldns/repos (6 files)

Gaëtan Bisson bisson at archlinux.org
Sun Jan 1 08:44:00 UTC 2017


    Date: Sunday, January 1, 2017 @ 08:43:59
  Author: bisson
Revision: 285011

db-move: moved ldns from [staging] to [testing] (i686, x86_64)

Added:
  ldns/repos/testing-i686/
  ldns/repos/testing-i686/PKGBUILD
    (from rev 285010, ldns/repos/staging-i686/PKGBUILD)
  ldns/repos/testing-x86_64/
  ldns/repos/testing-x86_64/PKGBUILD
    (from rev 285010, ldns/repos/staging-x86_64/PKGBUILD)
Deleted:
  ldns/repos/staging-i686/
  ldns/repos/staging-x86_64/

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

Copied: ldns/repos/testing-i686/PKGBUILD (from rev 285010, ldns/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-01-01 08:43:59 UTC (rev 285011)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: mathieui <mathieui at mathieui.net>
+# Contributor: jiribb <jiribb at gmail.com>
+
+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/testing-x86_64/PKGBUILD (from rev 285010, ldns/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-01-01 08:43:59 UTC (rev 285011)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: mathieui <mathieui at mathieui.net>
+# Contributor: jiribb <jiribb at gmail.com>
+
+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"
+}



More information about the arch-commits mailing list