wok-next view slitaz-tic-tac-toe/receipt @ rev 20872

perl-texi2html -> texi2html (because it don't contain Perl modules, and not exists on the (meta)cpan, and old, and...); gcompris: up (11.12 -> 17.05)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 04 02:05:23 2018 +0300 (2018-07-04)
parents ee962ffa7e69
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-tic-tac-toe"
4 VERSION="1.2"
5 CATEGORY="games"
6 SHORT_DESC="Play Tic Tac Toe game with Slitaz"
7 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="BSD"
9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
11 # Rules to configure and make the package.
12 compile_rules()
13 {
14 mkdir -p $install/usr
15 cp -a $stuff/* $install/usr
16 chown -R root:root $install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 copy @std
23 DEPENDS="tazweb"
24 }