wok view fltk-editor/receipt @ rev 20638

updated libcurl (7.60.0 -> 7.61.1)
author Hans-G?nter Theisgen
date Thu Jan 10 14:28:38 2019 +0100 (2019-01-10)
parents 089e96b232b8
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="fltk-editor"
4 VERSION="1.3.3"
5 CATEGORY="development"
6 SHORT_DESC="Fast Light Tool Kit text editor."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.fltk.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="fltk"
13 DEPENDS="fltk"
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 }