diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 23:14:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 23:14:34 +0000 |
commit | 6319ba75e9189a48910758777d4ba4aa8e07d357 (patch) | |
tree | 9f8978ff7a0f171e975b21bc53ceee5b6b5e5de0 /app-editors/zile | |
parent | touchups (diff) | |
download | historical-6319ba75e9189a48910758777d4ba4aa8e07d357.tar.gz historical-6319ba75e9189a48910758777d4ba4aa8e07d357.tar.bz2 historical-6319ba75e9189a48910758777d4ba4aa8e07d357.zip |
touchups
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/zile-1.7_alpha6.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app-editors/zile/zile-1.7_alpha6.ebuild b/app-editors/zile/zile-1.7_alpha6.ebuild index f6c20ecea45f..ddab22b4f73b 100644 --- a/app-editors/zile/zile-1.7_alpha6.ebuild +++ b/app-editors/zile/zile-1.7_alpha6.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_alpha6.ebuild,v 1.2 2003/02/13 07:02:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-1.7_alpha6.ebuild,v 1.3 2003/02/28 23:14:34 vapier Exp $ -DESCRIPTION="Zile is a tiny emacs clone." +DESCRIPTION="tiny emacs clone" HOMEPAGE="http://zile.sourceforge.net/" SRC_URI="mirror://sourceforge/zile/${P/_alpha/-a}.tar.gz" + LICENSE="BSD" SLOT="0" - KEYWORDS="~x86 ~ppc" RDEPEND=">=sys-libs/ncurses-5.2" -DEPEND="${RDEPEND}" S="${WORKDIR}/${P/_alpha/-a}" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" + econf || die make || die } @@ -38,4 +34,3 @@ src_install() { dodoc COPYRIGHT CREDITS HISTORY KNOWNBUGS NEWS README* TODO LICENSE } - |