wok-next view postgis-gui/receipt @ rev 19825
Add fdk-aac; up cacerts (actualize its version on every cook), ffmpeg, ffmpegthumbnailer, lame, libgsf, tumbler.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Aug 01 00:49:30 2017 +0300 (2017-08-01) |
parents | 86682dd3a693 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgis-gui"
4 VERSION="2.2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Support for geographic objects to PostgreSQL"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://postgis.refractions.net/"
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 }