wok view libspatialindex/receipt @ rev 21220

Up collectd-bind (5.8.1), foomatic-db-engine (4.0.13), freeimage (3.1.8.0), perl-datetime-format-mail (0.403)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 10 13:37:55 2019 +0200 (2019-04-10)
parents
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="libspatialindex"
4 VERSION="1.8.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Easy importation of spatial data as well as AutoRegressive models"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MPL2"
9 SOURCE="spatialindex-src"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="https://libspatialindex.github.io/"
12 WGET_URL="http://download.osgeo.org/libspatialindex/$TARBALL"
13 HOST_ARCH="i486"
15 DEPENDS=""
16 BUILD_DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }