wok-next annotate 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
rev   line source
al@20035 1 # SliTaz package receipt v2.
erjo@11629 2
erjo@11629 3 PACKAGE="geos"
Hans-G?nter@21677 4 VERSION="3.8.1"
erjo@11629 5 CATEGORY="misc"
al@20548 6 SHORT_DESC="Geometry Engine, Open Source"
Hans-G?nter@21677 7 MAINTAINER="maintainer@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
Hans-G?nter@21677 16 compile_rules()
Hans-G?nter@21677 17 {
al@20548 18 ./configure $CONFIGURE_ARGS &&
al@20570 19 fix libtool &&
al@20548 20 make &&
al@20548 21 make install
erjo@11629 22 }
erjo@11629 23
Hans-G?nter@21677 24 genpkg_rules()
Hans-G?nter@21677 25 {
pascal@20033 26 case $PACKAGE in
al@20548 27 geos) copy @std;;
al@20548 28 *-dev) copy @dev;;
pascal@20033 29 esac
erjo@11629 30 }