wok view fltk-editor/receipt @ rev 22177

corrected font-manager
author Hans-G?nter Theisgen
date Sat Nov 09 11:33:35 2019 +0100 (2019-11-09)
parents b36d3d58ef5c
children ec27bdc69711
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-editor"
4 VERSION="1.3.4.2"
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 WANTED="fltk"
12 DEPENDS="fltk"
13 HOST_ARCH="i486 arm"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd ${src}/test &&
19 [ -x ./editor ] || make editor
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a ${src}/test/editor $fs/usr/bin/$PACKAGE
27 }