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

Up: slitaz-base-files (5.6.3): fix bug with installing coreutils-line package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 26 16:03:09 2014 +0300 (2014-05-26)
parents 9e17b7a54982
children d7b0fb9b6487
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="http://earth.google.com/"
10 TAGS="map visualization"
12 DEPENDS="bzip2 xorg-base-fonts"
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 }