wok-next view get-google-earth/receipt @ rev 21387
updated nfs-utils again (1.3.0 -> 2.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 17 14:10:17 2020 +0100 (2020-04-17) |
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 }