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 | b840a6facba8727ee4e96e4853a8287822d10e4c (patch) | |
tree | 9fdea49454420188e603c05892434cddf78edbf3 /dev-util/gnustep-base | |
parent | Marked stable for x86 (diff) | |
download | historical-b840a6facba8727ee4e96e4853a8287822d10e4c.tar.gz historical-b840a6facba8727ee4e96e4853a8287822d10e4c.tar.bz2 historical-b840a6facba8727ee4e96e4853a8287822d10e4c.zip |
Marked stable for x86
Diffstat (limited to 'dev-util/gnustep-base')
-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" - } |