wok-current view postgis-gui/receipt @ rev 14856
Up: libvncserver (0.9.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 20 13:09:09 2013 +0000 (2013-07-20) |
parents | 91ed8fa372e3 |
children | 7896f0694ef6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgis-gui"
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 WANTED="postgis"
11 DEPENDS="gtk-+ postgis"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin
19 }