wok rev 23447

updated proj and proj-dev (6.1.0 -> 7.0.0)
author Hans-G?nter Theisgen
date Thu Apr 02 17:36:09 2020 +0100 (2020-04-02)
parents ffea8d93c567
children 456e88491abe
files proj-dev/receipt proj/receipt
line diff
     1.1 --- a/proj-dev/receipt	Thu Apr 02 16:33:43 2020 +0100
     1.2 +++ b/proj-dev/receipt	Thu Apr 02 17:36:09 2020 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="proj-dev"
     1.7 -VERSION="6.1.0"
     1.8 +VERSION="7.0.0"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Proj - development files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://proj.org/"
    1.14  
    1.15 -DEPENDS="proj gcc83"
    1.16 +DEPENDS="proj"
    1.17  BUILD_DEPENDS=""
    1.18  WANTED="proj"
    1.19  
     2.1 --- a/proj/receipt	Thu Apr 02 16:33:43 2020 +0100
     2.2 +++ b/proj/receipt	Thu Apr 02 17:36:09 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="proj"
     2.7 -VERSION="6.1.0"
     2.8 +VERSION="7.0.0"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="Cartographic Projections Library."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -19,10 +19,12 @@
    2.13  {
    2.14  	mkdir -p $DESTDIR/usr/bin
    2.15  
    2.16 -	export	CC=gcc-83
    2.17 -	export	CXX=g++-83
    2.18 -
    2.19 -	./configure $CONFIGURE_ARGS &&
    2.20 +	./configure		\
    2.21 +		CC=gcc-83	\
    2.22 +		CXX=g++-83	\
    2.23 +		--disable-tiff	\
    2.24 +		--without-curl	\
    2.25 +		$CONFIGURE_ARGS &&
    2.26  	make &&
    2.27  	make install
    2.28  }