wok rev 20754

updated c-ares and c-ares-dev (1.10.0 -> 1.15.0)
author Hans-G?nter Theisgen
date Tue Feb 12 16:15:27 2019 +0100 (2019-02-12)
parents 616d975b5c9d
children 8edaebde73b6
files c-ares-dev/receipt c-ares/receipt
line diff
     1.1 --- a/c-ares-dev/receipt	Tue Feb 12 16:00:36 2019 +0100
     1.2 +++ b/c-ares-dev/receipt	Tue Feb 12 16:15:27 2019 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="c-ares-dev"
     1.7 -VERSION="1.10.0"
     1.8 +VERSION="1.15.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A C library for asynchronous DNS requests, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://c-ares.haxx.se/"
    1.14 +
    1.15  WANTED="c-ares"
    1.16 -
    1.17  DEPENDS="c-ares pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/c-ares/receipt	Tue Feb 12 16:00:36 2019 +0100
     2.2 +++ b/c-ares/receipt	Tue Feb 12 16:15:27 2019 +0100
     2.3 @@ -1,19 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="c-ares"
     2.7 -VERSION="1.10.0"
     2.8 +VERSION="1.15.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A C library for asynchronous DNS requests."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="MIT"
    2.13 +WEB_SITE="https://c-ares.haxx.se/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 -WEB_SITE="https://c-ares.haxx.se/"
    2.17  WGET_URL="${WEB_SITE}download/$TARBALL"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
    2.21  {
    2.22 -	./configure --prefix=/usr --mandir=/usr/share/man \
    2.23 +	./configure \
    2.24 +		--prefix=/usr \
    2.25 +		--mandir=/usr/share/man \
    2.26  		$CONFIGURE_ARGS &&
    2.27  	make &&
    2.28  	make -j 1 DESTDIR=$DESTDIR install