wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="geos"
4 VERSION="3.8.1"
5 CATEGORY="misc"
6 SHORT_DESC="Geometry Engine, Open Source"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://trac.osgeo.org/geos/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 geos) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }