wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fltk-editor/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-editor"
     1.7 +VERSION="1.3.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Fast Light Tool Kit documentation and examples."
    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 ./editor ] || make editor
    1.21 +	make sudoku
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/bin
    1.28 +	cp -a ${src}/test/editor $fs/usr/bin/$PACKAGE
    1.29 +}