From 72fcafa5bb7e19b99ccfc38fbacd1017cbbdc928 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 20 Oct 2017 18:57:23 +0200 Subject: [PATCH] joe: add recipe for version 4.5. --- app-editors/joe/joe-4.5.recipe | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 app-editors/joe/joe-4.5.recipe diff --git a/app-editors/joe/joe-4.5.recipe b/app-editors/joe/joe-4.5.recipe new file mode 100644 index 000000000..779aade7d --- /dev/null +++ b/app-editors/joe/joe-4.5.recipe @@ -0,0 +1,52 @@ +SUMMARY="Terminal-based text editor" +DESCRIPTION="Joe's Own Editor is a full-featured text editor with minimal requirements. \ +It is fully customizable (Emacs, pico or WordStar are preset). Is also has multiple \ +windows, hexadecimal edit mode for binary files or syntax highlighting for more than 40 languages. \ +It also supports mouse for both text and window manipulation." +HOMEPAGE="http://joe-editor.sourceforge.net/" +COPYRIGHT="1992, 2004, 2006, 2015 Joseph H. Allen" +LICENSE="GNU GPL v1" +REVISION="1" +SOURCE_URI="https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-$portVersion/joe-$portVersion.tar.gz" +CHECKSUM_SHA256="51104aa34d8650be3fa49f2204672a517688c9e6ec47e68f1ea85de88e36cadf" + +ARCHITECTURES="?x86_gcc2 ?x86 x86_64" + +PROVIDES=" + joe = $portVersion + cmd:joe = $portVersion + cmd:jmacs + cmd:jpico + cmd:jstar + cmd:rjoe + " +REQUIRES=" + haiku + lib:libncurses + " + +BUILD_REQUIRES=" + haiku_devel + devel:libncurses + " +BUILD_PREREQUIRES=" + cmd:gawk + cmd:gcc + cmd:ld + cmd:make + " + +GLOBAL_WRITABLE_FILES=" + settings/joe directory keep-old + " + +BUILD() +{ + runConfigure ./configure + make $jobArgs +} + +INSTALL() +{ + make install +}