wok-next view get-google-earth/receipt @ rev 13844

mtpaint: install .mo files to the right place (hello to slitaz-i18n and locale-xx packages), improve .desktop files; lyx: improve .desktop file
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 08 21:19:16 2013 +0000 (2013-01-08)
parents 86b07f76acc6
children 42b8478866fb
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 xorg-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 }