# HG changeset patch # User Pascal Bellard # Date 1581183714 -3600 # Node ID 84f998f0ed86828347f60d44c9c91b889a2606f5 # Parent efa71a1392d4e1cfe2c0f4a7cf5d36f2f3929e13 Add webgames diff -r efa71a1392d4 -r 84f998f0ed86 webgames/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webgames/receipt Sat Feb 08 18:41:54 2020 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="webgames" +VERSION="1.0" +CATEGORY="games" +SHORT_DESC="Set of online games" +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +WEB_SITE="http://www.slitaz.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/applications + while read url name; do + cat > $fs/usr/share/applications/$(echo $name | \ + tr [A-Z\ ] [a-z_]).desktop <