diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:04:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:04:30 +0000 |
commit | d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e (patch) | |
tree | f814dfc55b6e5e4626ea83aa6c0a7f38fb5f46f5 /app-office/plan | |
parent | use eutils for epatch (diff) | |
download | gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.gz gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.tar.bz2 gentoo-2-d3ee491887d4c4d01a9d2affe66e5b91b76b2d6e.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 |