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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }