wok annotate geos/receipt @ rev 22757

updated ffmpegthumbnailer and ffmpegthumbnailer-dev (2.2.0 -> 2.2.2)
author Hans-G?nter Theisgen
date Fri Jan 24 16:35:42 2020 +0100 (2020-01-24)
parents fe9e51a734b0
children bc9b397dec56
rev   line source
erjo@11629 1 # SliTaz package receipt.
erjo@11629 2
erjo@11629 3 PACKAGE="geos"
pascal@18579 4 VERSION="3.5.0"
erjo@11629 5 CATEGORY="misc"
erjo@11629 6 SHORT_DESC="Geometry Engine, Open Source."
erjo@11629 7 MAINTAINER="erjo@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pascal@21954 9 WEB_SITE="https://trac.osgeo.org/geos/"
erjo@11629 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11629 11 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
erjo@11629 12
pascal@18579 13 DEPENDS="gcc-lib-base"
erjo@11629 14 BUILD_DEPENDS=""
erjo@11629 15
erjo@11629 16 # Rules to configure and make the package.
erjo@11629 17 compile_rules()
erjo@11629 18 {
erjo@11629 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@11629 20 }
erjo@11629 21
erjo@11629 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11629 23 genpkg_rules()
erjo@11629 24 {
erjo@11629 25 mkdir -p $fs/usr/lib
erjo@11629 26 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11629 27 }