wok-next diff get-google-earth/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | d958fec46c9f |
children | 0cbe4b1f2230 |
line diff
1.1 --- a/get-google-earth/receipt Tue Jul 10 20:08:05 2018 +0300 1.2 +++ b/get-google-earth/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,20 +3,18 @@ 1.4 PACKAGE="get-google-earth" 1.5 VERSION="1.00" 1.6 CATEGORY="non-free" 1.7 -SHORT_DESC="Get Google Earth." 1.8 +SHORT_DESC="Get Google Earth" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="BSD" 1.11 -WEB_SITE="http://earth.google.com/" 1.12 +WEB_SITE="https://www.google.com/earth/" 1.13 REPOLOGY="-" 1.14 1.15 -TAGS="map visualization" 1.16 - 1.17 -DEPENDS="bzip2 xorg-base-fonts" 1.18 - 1.19 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 -genpkg_rules() 1.21 -{ 1.22 - mkdir -p $fs/usr/bin 1.23 - cp stuff/get-google-earth $fs/usr/bin 1.24 +compile_rules() { 1.25 + install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE 1.26 } 1.27 1.28 +genpkg_rules() { 1.29 + copy @std 1.30 + DEPENDS="bzip2 xorg-base-fonts" 1.31 + TAGS="map visualization" 1.32 +}