wok-next diff slitaz-tic-tac-toe/receipt @ rev 20691
aescrypt: add option for SHA256sum
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon May 21 19:42:16 2018 +0000 (2018-05-21) |
parents | ee962ffa7e69 |
children | cd7906120828 |
line diff
1.1 --- a/slitaz-tic-tac-toe/receipt Fri Jan 22 21:35:30 2016 -0200 1.2 +++ b/slitaz-tic-tac-toe/receipt Mon May 21 19:42:16 2018 +0000 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="slitaz-tic-tac-toe" 1.8 VERSION="1.2" 1.9 @@ -6,12 +6,19 @@ 1.10 SHORT_DESC="Play Tic Tac Toe game with Slitaz" 1.11 MAINTAINER="hackdorte@sapo.pt" 1.12 LICENSE="BSD" 1.13 -WEB_SITE="http://people.slitaz.org/~leonardolaporte/slitaz/source/games/" 1.14 -DEPENDS="tazweb" 1.15 +WEB_SITE="http://people.slitaz.org/~leonardolaporte/" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + mkdir -p $install/usr 1.21 + cp -a $stuff/* $install/usr 1.22 + chown -R root:root $install 1.23 +} 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr 1.29 - cp -a stuff/* $fs/usr 1.30 + copy @std 1.31 + DEPENDS="tazweb" 1.32 }