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

Up tor (0.4.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 03 18:59:32 2020 +0000 (2020-06-03)
parents 42b8478866fb
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-earth"
4 VERSION="1.01"
5 CATEGORY="non-free"
6 TAGS="map visualization"
7 SHORT_DESC="Get Google Earth."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="https://google.com/earth/"
12 DEPENDS=""
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 }