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

updated perl-bit-vector (7.1 -> 7.4)
author Hans-G?nter Theisgen
date Sun Mar 29 15:34:04 2020 +0100 (2020-03-29)
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 }