wok-next annotate geos/receipt @ rev 21244

updated coova-chilli again (1.3.0 -> 1.5)
author Hans-G?nter Theisgen
date Thu Dec 05 15:20:58 2019 +0100 (2019-12-05)
parents 3460c1bb1b40
children 5675a04711b2
rev   line source
al@20035 1 # SliTaz package receipt v2.
erjo@11629 2
erjo@11629 3 PACKAGE="geos"
al@20965 4 VERSION="3.6.3"
erjo@11629 5 CATEGORY="misc"
al@20548 6 SHORT_DESC="Geometry Engine, Open Source"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
erjo@11629 9 WEB_SITE="http://trac.osgeo.org/geos/"
al@20548 10
erjo@11629 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11629 12 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
erjo@11629 13
al@21020 14 SPLIT="$PACKAGE-dev"
erjo@11629 15
al@20548 16 compile_rules() {
al@20548 17 ./configure $CONFIGURE_ARGS &&
al@20570 18 fix libtool &&
al@20548 19 make &&
al@20548 20 make install
erjo@11629 21 }
erjo@11629 22
al@20548 23 genpkg_rules() {
pascal@20033 24 case $PACKAGE in
al@20548 25 geos) copy @std;;
al@20548 26 *-dev) copy @dev;;
pascal@20033 27 esac
erjo@11629 28 }