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

syslinux/bootiso.S: remove VCPI code (duplicate/tazboot)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 26 15:53:23 2017 +0200 (2017-03-26)
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 Mar 26 15:53:23 2017 +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 +}