wok-6.x annotate racer10k/receipt @ rev 24257
updated perl-test-nowarnings (1.04 -> 1.06)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 10:05:21 2022 +0100 (2022-01-02) |
parents | |
children | 34e801e0eb52 |
rev | line source |
---|---|
pascal@23922 | 1 # SliTaz package receipt. |
pascal@23922 | 2 |
pascal@23922 | 3 PACKAGE="racer10k" |
pascal@23922 | 4 VERSION="1.0" |
pascal@23922 | 5 GITTAG="e21d88653bfb959e8865d08f01592f6b4fa17fa7" |
pascal@23922 | 6 CATEGORY="games" |
pascal@23922 | 7 SHORT_DESC="A tiny tux racer in html5" |
pascal@23922 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@23922 | 9 LICENSE="MIT" |
pascal@23922 | 10 WEB_SITE="https://github.com/onaluf/RacerJS" |
pascal@23922 | 11 TARBALL="$PACKAGE-$VERSION.zip" |
pascal@23922 | 12 WGET_URL="$WEB_SITE/archive/$GITTAG.zip" |
pascal@23922 | 13 HOST_ARCH="any" |
pascal@23922 | 14 |
pascal@23922 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@23922 | 16 genpkg_rules() |
pascal@23922 | 17 { |
pascal@23922 | 18 mkdir -p $fs/var/www/racer10k $fs/usr/share/applications |
pascal@23922 | 19 cp -a $src/* $fs/var/www/racer10k |
pascal@23922 | 20 chown -R 80.80 $fs/var/www/racer10k |
pascal@23922 | 21 cat > $fs/usr/share/applications/racer10k.desktop <<EOT |
pascal@23922 | 22 [Desktop Entry] |
pascal@23922 | 23 Type=Application |
pascal@23922 | 24 Name=racer |
pascal@23922 | 25 Exec=sh -c "url=file:///var/www/racer10k/racer.html; tazweb --notoolbar \$url || browser \$url" |
pascal@23922 | 26 Terminal=false |
pascal@23922 | 27 Categories=Game; |
pascal@23922 | 28 Icon=applications-games |
pascal@23922 | 29 EOT |
pascal@23922 | 30 } |