wok view libspatialindex/receipt @ rev 21850

updated rspamd (1.9.3 -> 1.9.4)
author Hans-G?nter Theisgen
date Sun Sep 15 15:30:41 2019 +0100 (2019-09-15)
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 }