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

Bruno Pagani archange at archlinux.org
Sun Oct 29 18:12:04 UTC 2017


    Date: Sunday, October 29, 2017 @ 18:12:02
  Author: archange
Revision: 264674

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

Added:
  getdns/repos/community-i686/
  getdns/repos/community-i686/PKGBUILD
    (from rev 264673, getdns/trunk/PKGBUILD)
  getdns/repos/community-x86_64/
  getdns/repos/community-x86_64/PKGBUILD
    (from rev 264673, getdns/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: getdns/repos/community-i686/PKGBUILD (from rev 264673, getdns/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-29 18:12:02 UTC (rev 264674)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Remi Gacogne <rgacogne at archlinux.org>
+
+pkgname=getdns
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A modern asynchronous DNS API"
+arch=('i686' 'x86_64')
+url="http://getdnsapi.net"
+license=('BSD')
+depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
+source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229' 'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop <willem at nlnetlabs.nl>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --disable-rpath \
+        --enable-static=no \
+        --with-libev \
+        --with-libevent \
+        --with-libuv
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+    install -d "${pkgdir}"/etc/unbound/
+    ln -sf /etc/trusted-key.key "${pkgdir}"/etc/unbound/getdns-root.key
+}

Copied: getdns/repos/community-x86_64/PKGBUILD (from rev 264673, getdns/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-29 18:12:02 UTC (rev 264674)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Remi Gacogne <rgacogne at archlinux.org>
+
+pkgname=getdns
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A modern asynchronous DNS API"
+arch=('i686' 'x86_64')
+url="http://getdnsapi.net"
+license=('BSD')
+depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
+source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229' 'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop <willem at nlnetlabs.nl>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --disable-rpath \
+        --enable-static=no \
+        --with-libev \
+        --with-libevent \
+        --with-libuv
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+
+    install -d "${pkgdir}"/etc/unbound/
+    ln -sf /etc/trusted-key.key "${pkgdir}"/etc/unbound/getdns-root.key
+}



More information about the arch-commits mailing list