wok-6.x view get-google-earth/receipt @ rev 5598

Up compcache (partial support in kerenl 2.6.33 ; fully in kernel starting 2.6.34)
author Rohit Joshi <jozee@slitaz.org>
date Tue May 18 08:00:24 2010 -0400 (2010-05-18)
parents 04130e1a3143
children 86b07f76acc6
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 WEB_SITE="http://earth.google.com/"
9 TAGS="map visualization"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-google-earth $fs/usr/bin
16 }