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

Dave Reisner dreisner at archlinux.org
Mon Jul 17 19:24:56 UTC 2017


    Date: Monday, July 17, 2017 @ 19:24:56
  Author: dreisner
Revision: 300706

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

Added:
  c-ares/repos/testing-i686/
  c-ares/repos/testing-i686/LICENSE
    (from rev 300705, c-ares/trunk/LICENSE)
  c-ares/repos/testing-i686/PKGBUILD
    (from rev 300705, c-ares/trunk/PKGBUILD)
  c-ares/repos/testing-x86_64/
  c-ares/repos/testing-x86_64/LICENSE
    (from rev 300705, c-ares/trunk/LICENSE)
  c-ares/repos/testing-x86_64/PKGBUILD
    (from rev 300705, c-ares/trunk/PKGBUILD)

-------------------------+
 testing-i686/LICENSE    |   10 ++++++++++
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/LICENSE  |   10 ++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 4 files changed, 90 insertions(+)

Copied: c-ares/repos/testing-i686/LICENSE (from rev 300705, c-ares/trunk/LICENSE)
===================================================================
--- testing-i686/LICENSE	                        (rev 0)
+++ testing-i686/LICENSE	2017-07-17 19:24:56 UTC (rev 300706)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Copied: c-ares/repos/testing-i686/PKGBUILD (from rev 300705, c-ares/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-07-17 19:24:56 UTC (rev 300706)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=c-ares
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+        'LICENSE')
+sha512sums=('4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d'
+            'SKIP'
+            '55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+              '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: c-ares/repos/testing-x86_64/LICENSE (from rev 300705, c-ares/trunk/LICENSE)
===================================================================
--- testing-x86_64/LICENSE	                        (rev 0)
+++ testing-x86_64/LICENSE	2017-07-17 19:24:56 UTC (rev 300706)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Copied: c-ares/repos/testing-x86_64/PKGBUILD (from rev 300705, c-ares/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-07-17 19:24:56 UTC (rev 300706)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=c-ares
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('i686' 'x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+        'LICENSE')
+sha512sums=('4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d'
+            'SKIP'
+            '55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+              '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list