diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:02:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:02:06 +0000 |
commit | e2293d0c61866c12b8a3c106f244ba7e81114edb (patch) | |
tree | d995b8eb2580f5286ee9fe5c90db726d4f6c8833 /app-office/plan | |
parent | use eutils for epatch (diff) | |
download | historical-e2293d0c61866c12b8a3c106f244ba7e81114edb.tar.gz historical-e2293d0c61866c12b8a3c106f244ba7e81114edb.tar.bz2 historical-e2293d0c61866c12b8a3c106f244ba7e81114edb.zip |
add inherit eutils
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/plan-1.8.6.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app-office/plan/plan-1.8.6.ebuild b/app-office/plan/plan-1.8.6.ebuild index b036e3157214..2f34245ef341 100644 --- a/app-office/plan/plan-1.8.6.ebuild +++ b/app-office/plan/plan-1.8.6.ebuild @@ -1,33 +1,32 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.3 2004/03/19 04:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.4 2004/04/07 18:59:39 vapier Exp $ + +inherit eutils -S="${WORKDIR}/${P}/src" DESCRIPTION="Motif based schedule planner" HOMEPAGE="http://www.bitrot.de/plan.html" SRC_URI="ftp://plan.ftp.fu-berlin.de/${P}.tar.gz" -KEYWORDS="~x86 ~sparc" LICENSE="as-is" SLOT="0" +KEYWORDS="~x86 ~sparc" DEPEND="virtual/x11 x11-libs/openmotif" -src_unpack() { +S=${WORKDIR}/${P}/src +src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-gentoo.tar.bz2 - } src_compile() { - make linux || die "make failed" - } -src_install() { +src_install() { make DESTDIR=${D} install || die keepdir /usr/share/plan/netplan.dir |