wok annotate get-google-earth/receipt @ rev 7334

Fixed gst-ffmpeg to use /usr/bin/mktemp in coreutils-file-special package.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Nov 19 22:44:15 2010 +0000 (2010-11-19)
parents a672e2117e22
children 9e17b7a54982
rev   line source
pascal@589 1 # SliTaz package receipt.
pascal@589 2
pascal@589 3 PACKAGE="get-google-earth"
pascal@589 4 VERSION="1.00"
pascal@589 5 CATEGORY="non-free"
pascal@589 6 SHORT_DESC="Get Google Earth."
pascal@589 7 MAINTAINER="pascal.bellard@slitaz.org"
xfred@6128 8 DEPENDS="bzip2 xfree86-base-fonts"
pascal@589 9 WEB_SITE="http://earth.google.com/"
jozee@4989 10 TAGS="map visualization"
pascal@589 11
pascal@589 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@589 13 genpkg_rules()
pascal@589 14 {
pascal@589 15 mkdir -p $fs/usr/bin
pascal@589 16 cp stuff/get-google-earth $fs/usr/bin
pascal@589 17 }
pascal@589 18