# 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-make/gnustep-make-1.4.0.ebuild,v 1.1 2002/09/03 19:25:36 raker Exp $ DESCRIPTION="GNUstep makefile package (unstable)" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" DEPEND="virtual/glibc >=sys-devel/gcc-3.1 >=dev-libs/ffcall-1.8d >=dev-libs/gmp-3.1.1 >=dev-util/guile-1.4 >=dev-libs/openssl-0.9.6d >=media-libs/tiff-3.5.7-r1 >=dev-libs/libxml2-2.4.22 >=x11-wm/WindowMaker-0.80.1" LICENSE="LGPL" KEYWORDS="x86 sparc sparc64" SLOT="0" src_compile() { ./configure \ --host=${CHOST} || die "./configure failed" emake || die } src_install () { make \ GNUSTEP_SYSTEM_ROOT=${D}/usr/GNUstep/System \ GNUSTEP_LOCAL_ROOT=${D}/usr/GNUstep/Local \ GNUSTEP_NETWORK_ROOT=${D}/usr/GNUstep/Network \ install || die "install failed" }