wok-next diff slitaz-tic-tac-toe/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
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	Sat Oct 14 23:27:36 2017 +0200
     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  }