From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-editors/jupp/jupp-3.1_p30.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-editors/jupp/jupp-3.1_p30.ebuild (limited to 'app-editors/jupp/jupp-3.1_p30.ebuild') diff --git a/app-editors/jupp/jupp-3.1_p30.ebuild b/app-editors/jupp/jupp-3.1_p30.ebuild new file mode 100644 index 000000000000..f2d4cfe084ce --- /dev/null +++ b/app-editors/jupp/jupp-3.1_p30.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="portable version of JOE's Own Editor" +HOMEPAGE="https://www.mirbsd.org/jupp.htm" +SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ncurses" + +RDEPEND="ncurses? ( sys-libs/ncurses:0= ) + !app-editors/joe" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN} + +src_prepare() { + default + chmod +x configure +} + +src_configure() { + econf \ + --enable-search_libs \ + --enable-termcap \ + $(use_enable ncurses curses) +} + +src_install() { + default + dodoc HINTS INFO LIST +} -- cgit v1.2.3