wok annotate slitaz-tic-tac-toe/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents ee962ffa7e69
children
rev   line source
hackdorte@18844 1 # SliTaz package receipt.
hackdorte@18844 2
hackdorte@18844 3 PACKAGE="slitaz-tic-tac-toe"
hackdorte@18844 4 VERSION="1.2"
hackdorte@18844 5 CATEGORY="games"
hackdorte@18844 6 SHORT_DESC="Play Tic Tac Toe game with Slitaz"
hackdorte@18844 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18844 8 LICENSE="BSD"
pascal@20687 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
hackdorte@18844 10 DEPENDS="tazweb"
hackdorte@18844 11
hackdorte@18844 12 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18844 13 genpkg_rules()
hackdorte@18844 14 {
hackdorte@18844 15 mkdir -p $fs/usr
hackdorte@18844 16 cp -a stuff/* $fs/usr
hackdorte@18844 17 }