Skip to content
Snippets Groups Projects
Commit 35fd66f1 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/c-ares: [PD] fix mainatainer, pkgdesc, remove test hack

parent 5ade2a35
No related branches found
No related tags found
No related merge requests found
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=c-ares
pkgver=1.13.0
pkgver=1.14.0
pkgrel=0
pkgdesc="An asynchronously DNS/names resolver library"
pkgdesc="Asynchronous DNS/name resolver library"
url="http://c-ares.haxx.se/"
arch="all"
options="!checkroot"
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"
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -28,19 +26,13 @@ build() {
}
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
cd "$builddir"
make -C test check
}
package() {
cd "$_builddir"
cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}
sha512sums="4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d c-ares-1.13.0.tar.gz"
sha512sums="30cd3f8c4eea15f994b2ceb44d84e506858f69f624e651e39bb4db523fea9ad5e8906b75abf07131ae364be19172274ed4053059669091f21ce4463cdbb857bf c-ares-1.14.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment