wok view get-google-earth/receipt @ rev 17140
Add discount and devel.
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Wed Sep 10 11:13:57 2014 +0200 (2014-09-10) |
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 }