diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:45:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 03:45:14 +0000 |
commit | a79454b8fc48653f8b097cccc43c0082148dfe01 (patch) | |
tree | d3630ae7b611b7d4b5d150d5000355298fcfb277 /app-editors/lpe | |
parent | (no commit message) (diff) | |
download | historical-a79454b8fc48653f8b097cccc43c0082148dfe01.tar.gz historical-a79454b8fc48653f8b097cccc43c0082148dfe01.tar.bz2 historical-a79454b8fc48653f8b097cccc43c0082148dfe01.zip |
add inherit eutils
Diffstat (limited to 'app-editors/lpe')
-rw-r--r-- | app-editors/lpe/lpe-1.2.6.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/app-editors/lpe/lpe-1.2.6.ebuild b/app-editors/lpe/lpe-1.2.6.ebuild index a8c5476ea4c5..96fe38058bf7 100644 --- a/app-editors/lpe/lpe-1.2.6.ebuild +++ b/app-editors/lpe/lpe-1.2.6.ebuild @@ -1,34 +1,31 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.2 2003/10/21 00:28:57 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.3 2004/04/06 03:39:15 vapier Exp $ + +inherit eutils DESCRIPTION="Lightweight Programmers Editor" HOMEPAGE="http://cdsmith.twu.net/professional/opensource/lpe.html" SRC_URI="ftp://ftp.twu.net/users/cdsmith/lpe/${P}.tar.gz" LICENSE="GPL-2" -SLOT=0 +SLOT="0" KEYWORDS="~x86 ~sparc" IUSE="nls" DEPEND="sys-libs/slang" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-gentoo.patch } - src_compile() { econf `use_enable nls` || die - emake || die } -src_install () { +src_install() { make \ prefix=${D}/usr \ datadir=${D}/usr/share \ |