# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/motor/Attic/motor-3.4.0.ebuild,v 1.3 2006/09/19 20:08:59 liquidx dead $ inherit eutils DESCRIPTION="text mode based programming environment for Linux" HOMEPAGE="http://thekonst.net/en/motor" SRC_URI="http://download.berlios.de/motor/motor_3.4.2.tar.bz2" #SRC_URI="http://thekonst.net/download/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" IUSE="nls" DEPEND=">=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext )" 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/* }