# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A minimal console text editor" HOMEPAGE="http://dav-text.sourceforge.net/" # The maintainer does not keep sourceforge's mirrors up-to-date. # So, we point to the website's store of files. SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" # ncurses-5.3-r1 only because that is what has been tested. # Previous versions may work as well. DEPEND="virtual/glibc >=sys-libs/ncurses-5.3-r1" src_compile() { emake || die } src_install() { make DESTDIR=${D} install || die }