wok-next diff geos/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/geos/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/geos/receipt Sat Nov 21 14:32:44 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;;