wok diff postgis-gui/receipt @ rev 11628
Add: postgis, postgis-gui
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Feb 01 00:25:26 2012 +0100 (2012-02-01) |
parents | |
children | 91ed8fa372e3 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postgis-gui/receipt Wed Feb 01 00:25:26 2012 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="postgis-gui" 1.7 +VERSION="1.5.3" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Support for geographic objects to PostgreSQL" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +WEB_SITE="http://postgis.refractions.net/" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WANTED="postgis" 1.14 + 1.15 +DEPENDS="gtk-+ postgis" 1.16 + 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/bin 1.22 + cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin 1.23 +}