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

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 2f3aba6cc31e
children d5aab818505e
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/"
10 REPOLOGY="-"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir -p $install/usr
16 cp -a $stuff/* $install/usr
17 chown -R root:root $install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 copy @std
24 DEPENDS="tazweb"
25 }