# SliTaz package receipt.

PACKAGE="postgis-gui"
VERSION="1.5.3"
CATEGORY="misc"
SHORT_DESC="Support for geographic objects to PostgreSQL"
MAINTAINER="erjo@slitaz.org"
WEB_SITE="http://postgis.refractions.net/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WANTED="postgis"

DEPENDS="gtk+ postgis"


# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin 
}