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

Up: libpng+apng (1.6.28)
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 19 09:20:46 2017 +0000 (2017-02-19)
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	Sun Feb 19 09:20:46 2017 +0000
     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 +}