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

updated nut (2.6.5 -> 2.7.4)
author Hans-G?nter Theisgen
date Mon May 20 16:22:34 2019 +0100 (2019-05-20)
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 }