wok diff pacman/receipt @ rev 24106

updated actionmailer, actionpack, activerecord and activesupport (6.0.2.1 -> 6.1.4.1)
author Hans-G?nter Theisgen
date Sat Sep 25 17:38:40 2021 +0100 (2021-09-25)
parents
children 34e801e0eb52
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pacman/receipt	Sat Sep 25 17:38:40 2021 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pacman"
     1.7 +VERSION="1.0"
     1.8 +GITTAG="e2ea1dfc9716bd2a60cc814981fff8d3d67e4d5f"
     1.9 +CATEGORY="games"
    1.10 +SHORT_DESC="A pacman game clone"
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="unknown"
    1.13 +WEB_SITE="https://github.com/ziw/Javascript-Pacman"
    1.14 +TARBALL="$PACKAGE-$VERSION.zip"
    1.15 +WGET_URL="$WEB_SITE/archive/$GITTAG.zip"
    1.16 +HOST_ARCH="any"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/var/www/pacman $fs/usr/share/applications
    1.22 +	cp -a $src/* $fs/var/www/pacman
    1.23 +	chown -R 80.80 $fs/var/www/pacman
    1.24 +	cat > $fs/usr/share/applications/pacman.desktop <<EOT
    1.25 +[Desktop Entry]
    1.26 +Type=Application
    1.27 +Name=Pacman
    1.28 +Exec=sh -c "url=file:///var/www/pacman/index.html; tazweb --notoolbar \$url || browser \$url"
    1.29 +Terminal=false
    1.30 +Categories=Game;
    1.31 +Icon=applications-games
    1.32 +EOT
    1.33 +}