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

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
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 }