diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-13 08:29:11 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-13 08:29:11 +0000 |
commit | 126896b7adcd716c87e3649a0c033055114cf95c (patch) | |
tree | f801b1f4e9b75e019c36ff43aa9acb385969a9c1 /dev-util/gnustep-base/gnustep-base-1.5.1.ebuild | |
parent | Update Copyright years (diff) | |
download | gentoo-2-126896b7adcd716c87e3649a0c033055114cf95c.tar.gz gentoo-2-126896b7adcd716c87e3649a0c033055114cf95c.tar.bz2 gentoo-2-126896b7adcd716c87e3649a0c033055114cf95c.zip |
Marked stable for x86
Diffstat (limited to 'dev-util/gnustep-base/gnustep-base-1.5.1.ebuild')
-rw-r--r-- | dev-util/gnustep-base/gnustep-base-1.5.1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild b/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild index 254fef3a0038..802b56875a58 100644 --- a/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild +++ b/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild @@ -1,7 +1,8 @@ # 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-base/gnustep-base-1.5.1.ebuild,v 1.1 2003/01/20 02:44:42 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild,v 1.2 2003/02/13 08:29:11 raker Exp $ +IUSE="" DESCRIPTION="GNUstep base package" HOMEPAGE="http://www.gnustep.org" LICENSE="LGPL" @@ -9,28 +10,22 @@ DEPEND=">=dev-util/gnustep-make-1.5.1 >=dev-libs/libxml2-2.4.23" RDEPEND="virtual/glibc" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~x86 -ppc ~sparc " +KEYWORDS="x86 -ppc ~sparc " SLOT="0" src_compile() { - . /usr/GNUstep/System/Makefiles/GNUstep.sh econf \ --with-xml-prefix=/usr \ --with-gmp-include=/usr/include \ --with-gmp-library=/usr/lib || die "./configure failed" - make || die - } src_install () { - . /usr/GNUstep/System/Makefiles/GNUstep.sh - make install \ GNUSTEP_INSTALLATION_DIR=${D}/usr/GNUstep/System \ INSTALL_ROOT_DIR=${D} \ || die "install failed" - } |