wok-next rev 21677
updated geos (3.6.3 -> 3.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 11:11:43 2020 +0100 (2020-06-29) |
parents | 943beb6cfecf |
children | eda08384a06b |
files | geos/receipt |
line diff
1.1 --- a/geos/receipt Mon Jun 29 11:09:37 2020 +0100 1.2 +++ b/geos/receipt Mon Jun 29 11:11:43 2020 +0100 1.3 @@ -1,10 +1,10 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="geos" 1.7 -VERSION="3.6.3" 1.8 +VERSION="3.8.1" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Geometry Engine, Open Source" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="http://trac.osgeo.org/geos/" 1.15 1.16 @@ -13,14 +13,16 @@ 1.17 1.18 SPLIT="$PACKAGE-dev" 1.19 1.20 -compile_rules() { 1.21 +compile_rules() 1.22 +{ 1.23 ./configure $CONFIGURE_ARGS && 1.24 fix libtool && 1.25 make && 1.26 make install 1.27 } 1.28 1.29 -genpkg_rules() { 1.30 +genpkg_rules() 1.31 +{ 1.32 case $PACKAGE in 1.33 geos) copy @std;; 1.34 *-dev) copy @dev;;