wok-current annotate slitaz-tic-tac-toe/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (3 months ago)
parents ee962ffa7e69
children
rev   line source
hackdorte@18844 1 # SliTaz package receipt.
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"
pascal@20687 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
hackdorte@18844 10 DEPENDS="tazweb"
hackdorte@18844 11
hackdorte@18844 12 # Rules to gen a SliTaz package suitable for Tazpkg.
hackdorte@18844 13 genpkg_rules()
hackdorte@18844 14 {
hackdorte@18844 15 mkdir -p $fs/usr
hackdorte@18844 16 cp -a stuff/* $fs/usr
hackdorte@18844 17 }