wok annotate fltk-editor/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 20eb236f6de4
children 46a25aedecec
rev   line source
pankso@16357 1 # SliTaz package receipt.
pankso@16357 2
pankso@16357 3 PACKAGE="fltk-editor"
Hans-G?nter@22765 4 VERSION="1.3.5"
pankso@16357 5 CATEGORY="development"
Hans-G?nter@22765 6 SHORT_DESC="Fast Light Tool Kit - text editor."
pankso@16357 7 MAINTAINER="pankso@slitaz.org"
pankso@16357 8 LICENSE="LGPL2"
pascal@20669 9 WEB_SITE="https://www.fltk.org/"
pankso@16357 10
Hans-G?nter@22765 11 DEPENDS="fltk"
pankso@16359 12 WANTED="fltk"
Hans-G?nter@22765 13
Hans-G?nter@20926 14 HOST_ARCH="i486 arm"
pankso@16359 15
pankso@16357 16 # Rules to configure and make the package.
pankso@16357 17 compile_rules()
pankso@16357 18 {
pankso@16357 19 cd ${src}/test &&
pankso@16357 20 [ -x ./editor ] || make editor
pankso@16357 21 }
pankso@16357 22
pankso@16357 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16357 24 genpkg_rules()
pankso@16357 25 {
pankso@16357 26 mkdir -p $fs/usr/bin
Hans-G?nter@22765 27 cp -a ${src}/test/editor $fs/usr/bin/$PACKAGE
pankso@16357 28 }