# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Medit " HOMEPAGE="https://mooedit.sourceforge.net" SRC_URI="http://sourceforge.net/projects/mooedit/files/latest/download/medit-1.2.0.tar.bz2" LICENSE="LGPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="" BDEPEND="" src_prepare() { default } src_configure() { econf "${econfargs[@]}" }