wok-next view postgis/receipt @ rev 14225
freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Mar 21 16:18:40 2013 +0000 (2013-03-21) |
parents | 03afa2371fe5 |
children | 7896f0694ef6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgis"
4 VERSION="2.0.2"
5 CATEGORY="misc"
6 SHORT_DESC="Support for geographic objects to PostgreSQL"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://postgis.refractions.net/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://postgis.refractions.net/download/$TARBALL"
12 DEPENDS="geos proj libpostgresqlclient libxml2 libgdal"
13 BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev gdal-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure --with-gui $CONFIGURE_ARGS \
19 && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 rm -f $fs/usr/bin/shp2pgsql-gui
27 }