diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-13 09:07:52 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-13 09:07:52 +0000 |
commit | e0bd1b0c2968ba3e7c5c159a0f6633ac7015ae9f (patch) | |
tree | 5183e74c741db70d175379832630d9aed4db1cac | |
parent | Update Copyright years (diff) | |
download | gentoo-2-e0bd1b0c2968ba3e7c5c159a0f6633ac7015ae9f.tar.gz gentoo-2-e0bd1b0c2968ba3e7c5c159a0f6633ac7015ae9f.tar.bz2 gentoo-2-e0bd1b0c2968ba3e7c5c159a0f6633ac7015ae9f.zip |
Marked stable for x86
-rw-r--r-- | dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild b/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild index 676b1f6d0c0f..f4b93ef3d3e2 100644 --- a/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild +++ b/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild @@ -1,39 +1,33 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild,v 1.2 2003/02/04 18:52:56 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-gui/gnustep-gui-0.8.3.ebuild,v 1.3 2003/02/13 09:07:52 raker Exp $ DESCRIPTION="GNUstep AppKit implementation" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="LGPL" SLOT="0" -KEYWORDS="~x86 -ppc -sparc " +KEYWORDS="x86 -ppc -sparc" DEPEND=">=dev-util/gnustep-base-1.5.1 >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b-r2" S=${WORKDIR}/${P} src_compile() { - . /usr/GNUstep/System/Makefiles/GNUstep.sh - ./configure --prefix=/usr/GNUstep \ --with-jpeg-library=/usr/lib \ --with-jpeg-include=/usr/include \ --with-tiff-library=/usr/lib \ --with-tiff-include=/usr/include \ || die "configure failed" - make LD_LIBRARY_PATH=$LD_LIBRARY_PATH || die } src_install () { - . /usr/GNUstep/System/Makefiles/GNUstep.sh - make \ GNUSTEP_INSTALLATION_DIR=${D}/usr/GNUstep/System \ INSTALL_ROOT_DIR=${D} \ install || die "install failed" - } |