From fd2bb2f751c13b3c0c002b8e012810902b9da364 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Jun 2018 02:02:24 -0500 Subject: harmony -> system --- harmony/c-ares/APKBUILD | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 harmony/c-ares/APKBUILD (limited to 'harmony/c-ares/APKBUILD') diff --git a/harmony/c-ares/APKBUILD b/harmony/c-ares/APKBUILD deleted file mode 100644 index 98fbe2eb1..000000000 --- a/harmony/c-ares/APKBUILD +++ /dev/null @@ -1,46 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: Carlo Landmeter -pkgname=c-ares -pkgver=1.13.0 -pkgrel=0 -pkgdesc="An asynchronously DNS/names resolver library" -url="http://c-ares.haxx.se/" -arch="all" -license="MIT" -depends="" -makedepends="" -subpackages="$pkgname-doc $pkgname-dev" -options="!checkroot" -source="http://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver - -build() { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --enable-shared - make -} - -check() { - cd "$_builddir" - - # This is only needed for < 1.14.0, where the .sh file was not - # distributed properly - see https://da.gd/carestest - echo "#!/bin/true" > test/fuzzcheck.sh - chmod a+x test/fuzzcheck.sh - - make -C test check -} - -package() { - cd "$_builddir" - make -j1 DESTDIR="$pkgdir" install -} - -sha512sums="4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d c-ares-1.13.0.tar.gz" -- cgit v1.2.3-60-g2f50