wok annotate postgis-gui/receipt @ rev 16915

libcanberra: Update bdeps
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 22:45:20 2014 -0300 (2014-07-15)
parents 7896f0694ef6
children 2cb8ea33e031
rev   line source
erjo@11628 1 # SliTaz package receipt.
erjo@11628 2
erjo@11628 3 PACKAGE="postgis-gui"
pascal@14044 4 VERSION="2.0.2"
erjo@11628 5 CATEGORY="misc"
erjo@11628 6 SHORT_DESC="Support for geographic objects to PostgreSQL"
erjo@11628 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
erjo@11628 9 WEB_SITE="http://postgis.refractions.net/"
erjo@11628 10 WANTED="postgis"
erjo@11628 11
pascal@16722 12 DEPENDS="gtk+ postgis"
erjo@11628 13
erjo@11628 14
erjo@11628 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11628 16 genpkg_rules()
erjo@11628 17 {
erjo@11628 18 mkdir -p $fs/usr/bin
erjo@11628 19 cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin
erjo@11628 20 }