wok annotate get-google-earth/receipt @ rev 23909

Up tazinst (1021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 08 17:52:43 2020 +0000 (2020-08-08)
parents 42b8478866fb
children
rev   line source
pascal@589 1 # SliTaz package receipt.
pascal@589 2
pascal@589 3 PACKAGE="get-google-earth"
Hans-G?nter@21192 4 VERSION="1.01"
pascal@589 5 CATEGORY="non-free"
Hans-G?nter@21192 6 TAGS="map visualization"
pascal@589 7 SHORT_DESC="Get Google Earth."
pascal@589 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 9 LICENSE="BSD"
Hans-G?nter@21192 10 WEB_SITE="https://google.com/earth/"
pascal@589 11
Hans-G?nter@21192 12 DEPENDS=""
pascal@15199 13
pascal@589 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@589 15 genpkg_rules()
pascal@589 16 {
pascal@589 17 mkdir -p $fs/usr/bin
pascal@589 18 cp stuff/get-google-earth $fs/usr/bin
pascal@589 19 }