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

netsurf: add missing file.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 30 22:41:51 2010 +0200 (2010-07-30)
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 }