wok diff c-ares/receipt @ rev 22879

updated graphicsmagick and graphicsmagick-dev (1.3.31 -> 1.3.34)
author Hans-G?nter Theisgen
date Sat Feb 22 14:51:20 2020 +0100 (2020-02-22)
parents a78610b2eb47
children 908ae78de973
line diff
     1.1 --- a/c-ares/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/c-ares/receipt	Sat Feb 22 14:51:20 2020 +0100
     1.3 @@ -1,19 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="c-ares"
     1.7 -VERSION="1.10.0"
     1.8 +VERSION="1.15.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A C library for asynchronous DNS requests."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://c-ares.haxx.se/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://c-ares.haxx.se/"
    1.17  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		--mandir=/usr/share/man \
    1.26  		$CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make -j 1 DESTDIR=$DESTDIR install