wok diff postgis-gui/receipt @ rev 12553

awm: needs GConf-dev
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 27 15:57:34 2012 +0200 (2012-04-27)
parents
children 91ed8fa372e3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/postgis-gui/receipt	Fri Apr 27 15:57:34 2012 +0200
     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 +}