wok view fltk-editor/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-editor"
4 VERSION="1.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit documentation and examples."
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 ./editor ] || make editor
18 make sudoku
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a ${src}/test/editor $fs/usr/bin/$PACKAGE
26 }