wok-current view fltk-editor/receipt @ rev 23775
updated xorg-libXpm, xorg-libXpm-dev and xorg-libXpm-util (3.5.12 -> 3.5.13)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 20 16:21:25 2020 +0100 (2020-05-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 }