wok-next diff slitaz-tic-tac-toe/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/slitaz-tic-tac-toe/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/slitaz-tic-tac-toe/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,22 +4,18 @@ 1.4 VERSION="1.2" 1.5 CATEGORY="games" 1.6 SHORT_DESC="Play Tic Tac Toe game with Slitaz" 1.7 -MAINTAINER="hackdorte@sapo.pt" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD" 1.10 WEB_SITE="http://people.slitaz.org/~leonardolaporte/" 1.11 REPOLOGY="-" 1.12 1.13 -# Rules to configure and make the package. 1.14 -compile_rules() 1.15 -{ 1.16 +compile_rules() { 1.17 mkdir -p $install/usr 1.18 cp -a $stuff/* $install/usr 1.19 chown -R root:root $install 1.20 } 1.21 1.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 -genpkg_rules() 1.24 -{ 1.25 +genpkg_rules() { 1.26 copy @std 1.27 DEPENDS="tazweb" 1.28 }