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

Christian Hesse eworm at archlinux.org
Mon Sep 7 13:37:44 UTC 2020


    Date: Monday, September 7, 2020 @ 13:37:44
  Author: eworm
Revision: 395547

archrelease: copy trunk to testing-x86_64

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

----------+
 LICENSE  |   10 ++++++++++
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

Copied: c-ares/repos/testing-x86_64/LICENSE (from rev 395546, c-ares/trunk/LICENSE)
===================================================================
--- testing-x86_64/LICENSE	                        (rev 0)
+++ testing-x86_64/LICENSE	2020-09-07 13:37:44 UTC (rev 395547)
@@ -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 395546, c-ares/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-09-07 13:37:44 UTC (rev 395547)
@@ -0,0 +1,34 @@
+# 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.16.1
+pkgrel=2
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('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=('4ac2a5d5c6da74eb1d6155c4eadc7127ab1b53a8d13caec41bd6172db5417a79f3ab022e77ba37d8b13da6893d7ced5fd8baf5cc3950a4154b4de8743ad31471'
+            '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