wok-current view get-google-earth/receipt @ rev 6596
Up python-numpy (1.5.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 09 21:02:07 2010 +0200 (2010-10-09) |
parents | a672e2117e22 |
children | 9e17b7a54982 |
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 DEPENDS="bzip2 xfree86-base-fonts"
9 WEB_SITE="http://earth.google.com/"
10 TAGS="map visualization"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-google-earth $fs/usr/bin
17 }