wok diff fltk-sudoku/receipt @ rev 16357
ARM: add fltk with fltk-editor and fltk-sudoku
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 21:08:41 2014 +0200 (2014-04-13) |
parents | |
children | d25604c40abc |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fltk-sudoku/receipt Sun Apr 13 21:08:41 2014 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fltk-sudoku" 1.7 +VERSION="1.3.2" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="FLT Sudoku game." 1.10 +WANTED="fltk" 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 +LICENSE="LGPL2" 1.13 +WEB_SITE="http://www.fltk.org/" 1.14 +HOST_ARCH="i486 arm" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd ${src}/test && 1.20 + [ -x ./sudoku ] || make sudoku 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/games $fs/usr/pixmaps 1.27 + cp -a ${src}/test/editor $fs/usr/games/$PACKAGE 1.28 + cp -a ${src}/test/desktop/sudoku-128.png $fs/usr/pixmaps/$PACKAGE.png 1.29 +}