summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/zile/zile-2.2.53.ebuild')
-rw-r--r--app-editors/zile/zile-2.2.53.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-editors/zile/zile-2.2.53.ebuild b/app-editors/zile/zile-2.2.53.ebuild
new file mode 100644
index 000000000000..d69f818c43ec
--- /dev/null
+++ b/app-editors/zile/zile-2.2.53.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.53.ebuild,v 1.1 2008/02/04 22:23:11 ulm Exp $
+
+DESCRIPTION="Zile is a small Emacs clone"
+HOMEPAGE="http://zile.sourceforge.net/"
+SRC_URI="mirror://sourceforge/zile/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="sys-libs/ncurses
+ >=sys-apps/texinfo-4.3"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS NEWS README THANKS || die "dodoc failed"
+}