wok view fltk-sudoku/receipt @ rev 19277

get-vivaldi: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 05 17:03:57 2016 +0200 (2016-07-05)
parents 089e96b232b8
children 9e2e108fff96
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-sudoku"
4 VERSION="1.3.2"
5 CATEGORY="games"
6 SHORT_DESC="FLTK Sudoku game."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.fltk.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="fltk"
13 DEPENDS="fltk"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd ${src}/test &&
19 [ -x ./sudoku ] || make sudoku
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/games $fs/usr/share/pixmaps
26 cp -a ${src}/test/sudoku $fs/usr/games/$PACKAGE
27 cp -a ${src}/test/desktop/sudoku-32.png \
28 $fs/usr/share/pixmaps/$PACKAGE.png
29 }