wok view postgis-gui/receipt @ rev 13951

add python netifaces
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:03:49 2013 +0000 (2013-01-29)
parents e6447f7d7156
children ba7a5b27465c
line source
1 # SliTaz package receipt.
3 PACKAGE="postgis-gui"
4 VERSION="1.5.3"
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 }