wok-stable annotate geos/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
rev   line source
erjo@11629 1 # SliTaz package receipt.
erjo@11629 2
erjo@11629 3 PACKAGE="geos"
erjo@11629 4 VERSION="3.3.2"
erjo@11629 5 CATEGORY="misc"
erjo@11629 6 SHORT_DESC="Geometry Engine, Open Source."
erjo@11629 7 MAINTAINER="erjo@slitaz.org"
erjo@11629 8 WEB_SITE="http://trac.osgeo.org/geos/"
erjo@11629 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@11629 10 WGET_URL="http://download.osgeo.org/geos/$TARBALL"
erjo@11629 11
erjo@11629 12 DEPENDS=""
erjo@11629 13 BUILD_DEPENDS=""
erjo@11629 14
erjo@11629 15 # Rules to configure and make the package.
erjo@11629 16 compile_rules()
erjo@11629 17 {
erjo@11629 18 ./configure $CONFIGURE_ARGS && make && make install
erjo@11629 19 }
erjo@11629 20
erjo@11629 21 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11629 22 genpkg_rules()
erjo@11629 23 {
erjo@11629 24 mkdir -p $fs/usr/lib
erjo@11629 25 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11629 26 }