wok view postgis-gui/receipt @ rev 14853

x11vnc: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 18 10:50:13 2013 +0000 (2013-07-18)
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 }