wok-6.x view fltk-editor/receipt @ rev 21569
Up zstd (1.4.0), fix linld: base_himem/strtol
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 18 13:29:32 2019 +0200 (2019-05-18) |
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 }