wok diff slitaz-tic-tac-toe/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents
children 04434444ef20
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-tic-tac-toe/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-tic-tac-toe"
     1.7 +VERSION="1.2"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Play Tic Tac Toe game with Slitaz"
    1.10 +MAINTAINER="hackdorte@sapo.pt"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/games/"
    1.13 +DEPENDS="tazweb"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/usr
    1.19 +    cp -a stuff/* $fs/usr
    1.20 +}