wok annotate slitaz-tic-tac-toe/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
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 }