wok-next annotate slitaz-tic-tac-toe/receipt @ rev 20083

gst1-plugins-good: receipt v2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:49:39 2017 +0200 (2017-10-25)
parents ee962ffa7e69
children cd7906120828
rev   line source
al@19765 1 # SliTaz package receipt v2.
hackdorte@18844 2
hackdorte@18844 3 PACKAGE="slitaz-tic-tac-toe"
hackdorte@18844 4 VERSION="1.2"
hackdorte@18844 5 CATEGORY="games"
hackdorte@18844 6 SHORT_DESC="Play Tic Tac Toe game with Slitaz"
hackdorte@18844 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@18844 8 LICENSE="BSD"
al@19765 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
al@19765 10
al@19765 11 # Rules to configure and make the package.
al@19765 12 compile_rules()
al@19765 13 {
al@19765 14 mkdir -p $install/usr
al@19765 15 cp -a $stuff/* $install/usr
al@19765 16 chown -R root:root $install
al@19765 17 }
hackdorte@18844 18
hackdorte@18844 19 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18844 20 genpkg_rules()
hackdorte@18844 21 {
al@19765 22 copy @std
al@19765 23 DEPENDS="tazweb"
hackdorte@18844 24 }