wok-current diff postgis/receipt @ rev 11932
lxpanel: Patch cpu plugin to get monochrome style
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 01 02:13:36 2012 +0100 (2012-03-01) |
parents | |
children | 0b2cf9528f8b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postgis/receipt Thu Mar 01 02:13:36 2012 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="postgis" 1.7 +VERSION="1.5.3" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Support for geographic objects to PostgreSQL" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +WEB_SITE="http://postgis.refractions.net/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="http://postgis.refractions.net/download/$TARBALL" 1.14 + 1.15 +DEPENDS="geos proj libpostgresqlclient" 1.16 +BUILD_DEPENDS="postgresql-dev geos-dev proj-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + ./configure --with-gui $CONFIGURE_ARGS \ 1.22 + && make && make install 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + cp -a $install/* $fs 1.29 + rm -f $fs/usr/bin/shp2pgsql-gui 1.30 +}