wok-next annotate get-google-earth/receipt @ rev 21500

updated asunder (2.9.3 -> 2.9.6)
author Hans-G?nter Theisgen
date Fri Jun 19 06:47:46 2020 +0100 (2020-06-19)
parents 0cbe4b1f2230
children
rev   line source
pascal@589 1 # SliTaz package receipt.
pascal@589 2
pascal@589 3 PACKAGE="get-google-earth"
pascal@589 4 VERSION="1.00"
pascal@589 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get Google Earth"
pascal@589 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://www.google.com/earth/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21020 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@589 15 }
pascal@589 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21078 19 DEPENDS="bzip2 font-misc-misc-base"
al@21020 20 TAGS="map visualization"
al@21020 21 }