# 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/" mline() { type=$1 IFS='|'; set -- $2 echo "$type=$1" while [ "$2" ]; do echo "$type${2%]*}]=${2#*]}" shift done } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/applications while read url name comment icon; do cat > $fs/usr/share/applications/$(echo ${name%|*} | \ tr [A-Z\ ] [a-z_]).desktop <