wok view get-google-earth/receipt @ rev 21044

updated imagemagick and imagemagick-dev (6.8.4-10 -> 7.0.8.33)
author Hans-G?nter Theisgen
date Tue Mar 12 15:54:52 2019 +0100 (2019-03-12)
parents 9e17b7a54982
children d7b0fb9b6487
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-earth"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Google Earth."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://earth.google.com/"
10 TAGS="map visualization"
12 DEPENDS="bzip2 xorg-base-fonts"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-google-earth $fs/usr/bin
19 }