wok-stable view postgis-gui/receipt @ rev 12444
Update wanted version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 30 13:40:55 2014 +0100 (2014-12-30) |
parents | e6447f7d7156 |
children |
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="postgis"
12 DEPENDS="gtk+ postgis"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin
20 }