wok view fltk-editor/receipt @ rev 23773

Up firmware (20200515)
author Richard Dunbar <mojo@slitaz.org>
date Fri May 15 20:47:12 2020 -0400 (2020-05-15)
parents 20eb236f6de4
children 46a25aedecec
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-editor"
4 VERSION="1.3.5"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit - text editor."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.fltk.org/"
11 DEPENDS="fltk"
12 WANTED="fltk"
14 HOST_ARCH="i486 arm"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd ${src}/test &&
20 [ -x ./editor ] || make editor
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a ${src}/test/editor $fs/usr/bin/$PACKAGE
28 }