wok-4.x view get-google-earth/receipt @ rev 5340

Updated transmission to 1.92. Added expat-dev to build depends of transmission. Also transmission-cli, transmission-daemon, and transmission-web are all updated to 1.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 27 10:14:26 2010 +0000 (2010-04-27)
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 }