wok view fltk-editor/receipt @ rev 22859

updated gnaughty (1.2.4 -> 1.2.5)
author Hans-G?nter Theisgen
date Thu Feb 20 14:50:56 2020 +0100 (2020-02-20)
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 }