diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-13 09:10:44 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-13 09:10:44 +0000 |
commit | 22434c04042a5f8a9aededa26741612bcf693e5b (patch) | |
tree | 39acdd32e08d8056d9335e6b93adb732d4cd0e4d /dev-util/gnustep-back | |
parent | Update Copyright years (diff) | |
download | gentoo-2-22434c04042a5f8a9aededa26741612bcf693e5b.tar.gz gentoo-2-22434c04042a5f8a9aededa26741612bcf693e5b.tar.bz2 gentoo-2-22434c04042a5f8a9aededa26741612bcf693e5b.zip |
marked stable for x86
Diffstat (limited to 'dev-util/gnustep-back')
-rw-r--r-- | dev-util/gnustep-back/gnustep-back-0.8.3.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-util/gnustep-back/gnustep-back-0.8.3.ebuild b/dev-util/gnustep-back/gnustep-back-0.8.3.ebuild index d3ee6c5d5a84..44ae22d4c21c 100644 --- a/dev-util/gnustep-back/gnustep-back-0.8.3.ebuild +++ b/dev-util/gnustep-back/gnustep-back-0.8.3.ebuild @@ -1,6 +1,6 @@ # 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-back/gnustep-back-0.8.3.ebuild,v 1.1 2003/02/04 19:07:02 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-back/gnustep-back-0.8.3.ebuild,v 1.2 2003/02/13 09:10:44 raker Exp $ inherit base @@ -9,7 +9,7 @@ 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-gui-0.8.3 >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b-r2 @@ -18,9 +18,7 @@ S=${WORKDIR}/${P} PATCHES="${FILESDIR}/${P}.xft1.patch" src_compile() { - . /usr/GNUstep/System/Makefiles/GNUstep.sh - ./configure \ --prefix=/usr/GNUstep \ --with-jpeg-library=/usr/lib \ @@ -29,20 +27,13 @@ src_compile() { --with-tiff-include=/usr/include \ --with-x \ || die "configure failed" - - #--with-include-flags="-I/usr/include/freetype2" \ - make || 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" - } |