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

bzip2: update home page and source URL (thanks shann); domain bzip.org is suspended now...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 12 04:53:45 2018 +0300 (2018-08-12)
parents 2f3aba6cc31e
children d5aab818505e
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@20888 10 REPOLOGY="-"
al@19765 11
al@19765 12 # Rules to configure and make the package.
al@19765 13 compile_rules()
al@19765 14 {
al@19765 15 mkdir -p $install/usr
al@19765 16 cp -a $stuff/* $install/usr
al@19765 17 chown -R root:root $install
al@19765 18 }
hackdorte@18844 19
hackdorte@18844 20 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18844 21 genpkg_rules()
hackdorte@18844 22 {
al@19765 23 copy @std
al@19765 24 DEPENDS="tazweb"
hackdorte@18844 25 }