wok-next view get-google-earth/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
line source
1 # SliTaz package receipt.
3 PACKAGE="get-google-earth"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Google Earth"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.google.com/earth/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 compile_rules() {
14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="bzip2 font-misc-misc-base"
20 TAGS="map visualization"
21 }