# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/motor/motor-3.2.4.1.ebuild,v 1.3 2004/07/24 17:41:00 liquidx Exp $ DESCRIPTION="text mode based programming environment for Linux" HOMEPAGE="http://konst.org.ua/motor/" SRC_URI="mirror://debian/pool/main/m/motor/${PN}_${PV}.orig.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" IUSE="nls" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext )" S=${WORKDIR}/${P}.orig src_compile() { econf `use_enable nls` || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING README TODO FAQ ChangeLog docinto tutorial dohtml -r tutorial/* }