# HG changeset patch # User Hans-G?nter Theisgen # Date 1549984527 -3600 # Node ID e2992e6e76c91007d984e299070b13a217a4db0e # Parent 616d975b5c9d0dfb53cde45ee032546943216be9 updated c-ares and c-ares-dev (1.10.0 -> 1.15.0) diff -r 616d975b5c9d -r e2992e6e76c9 c-ares-dev/receipt --- a/c-ares-dev/receipt Tue Feb 12 16:00:36 2019 +0100 +++ b/c-ares-dev/receipt Tue Feb 12 16:15:27 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="c-ares-dev" -VERSION="1.10.0" +VERSION="1.15.0" CATEGORY="development" SHORT_DESC="A C library for asynchronous DNS requests, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://c-ares.haxx.se/" + WANTED="c-ares" - DEPENDS="c-ares pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 616d975b5c9d -r e2992e6e76c9 c-ares/receipt --- a/c-ares/receipt Tue Feb 12 16:00:36 2019 +0100 +++ b/c-ares/receipt Tue Feb 12 16:15:27 2019 +0100 @@ -1,19 +1,22 @@ # SliTaz package receipt. PACKAGE="c-ares" -VERSION="1.10.0" +VERSION="1.15.0" CATEGORY="network" SHORT_DESC="A C library for asynchronous DNS requests." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://c-ares.haxx.se/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://c-ares.haxx.se/" WGET_URL="${WEB_SITE}download/$TARBALL" # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make -j 1 DESTDIR=$DESTDIR install