wok view postgis-gui/receipt @ rev 14559

thunderbird-langpack-pt_PT: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Thu May 23 10:10:42 2013 +0200 (2013-05-23)
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 }