wok-next view slitaz-tic-tac-toe/receipt @ rev 19815
libusb-compat-dev: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 23 13:55:19 2017 +0200 (2017-07-23) |
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 }