diff options
Diffstat (limited to 'gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild')
-rw-r--r-- | gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild b/gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild deleted file mode 100644 index 4287e303705b..000000000000 --- a/gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back/gnustep-back-0.7.9.ebuild,v 1.2 2004/07/23 15:00:18 fafhrd Exp $ - -DESCRIPTION="GNUstep GUI backend" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 -ppc -sparc " -IUSE="" -DEPEND=">=gnustep-base/gnustep-gui-0.7.9 - >=media-libs/tiff-3.5.7 - >=media-libs/jpeg-6b-r2 - virtual/x11 - >=x11-wm/windowmaker-0.80.1" - -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 \ - --with-x \ - || die "configure failed" - - 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" -} |