From 4bd62ee7edc7980bf758a32a73c83ffdbdb492b2 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Thu, 27 Mar 2003 11:45:24 +0000 Subject: repoman fix --- x11-wm/fvwm/fvwm-2.4.7-r1.ebuild | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild b/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild index c30c9171763c..36718439d888 100644 --- a/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild +++ b/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild,v 1.9 2003/02/13 17:48:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild,v 1.10 2003/03/27 11:45:24 seemant Exp $ IUSE="ncurses gtk gnome" S=${WORKDIR}/${P} DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager" +HOMEPAGE="http://www.fvwm.org/" SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2 http://www.igs.net/~tril/fvwm/configs/fvwm-patch" -HOMEPAGE="http://www.fvwm.org/" -LICENSE="GPL-2 & FVWM" + SLOT="0" -KEYWORDS="x86 sparc " +LICENSE="GPL-2 FVWM" +KEYWORDS="x86 sparc" DEPEND=">=dev-libs/libstroke-0.4 gtk? ( =x11-libs/gtk+-1.2* ) @@ -27,20 +28,8 @@ src_unpack() { } src_compile() { - local myconf - - use gnome \ - && myconf="--with-gnome" \ - || myconf="--without-gnome" \ - - ./configure \ - --prefix=/usr \ - --host=${CHOST} \ - --libexecdir=/usr/lib \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - ${myconf} || die + econf `use_with gnome` || die emake || die } -- cgit v1.2.3-65-gdbad