wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="fltk-sudoku"
4 VERSION="1.3.2"
5 CATEGORY="games"
6 SHORT_DESC="FLT Sudoku game."
7 WANTED="fltk"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="LGPL2"
10 WEB_SITE="http://www.fltk.org/"
11 HOST_ARCH="i486 arm"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd ${src}/test &&
17 [ -x ./sudoku ] || make sudoku
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/games $fs/usr/pixmaps
24 cp -a ${src}/test/editor $fs/usr/games/$PACKAGE
25 cp -a ${src}/test/desktop/sudoku-128.png $fs/usr/pixmaps/$PACKAGE.png
26 }