# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.2.ebuild,v 1.1 2006/03/25 19:39:23 grobian Exp $ inherit gnustep S=${WORKDIR}/${P/gw/GW} DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz" KEYWORDS="~ppc ~x86" LICENSE="GPL-2" SLOT="0" IUSE="pdf" DEPEND="${GS_DEPEND} pdf? ( gnustep-libs/pdfkit ) !gnustep-apps/desktop !gnustep-apps/recycler" RDEPEND="${GS_RDEPEND} pdf? ( gnustep-libs/pdfkit ) !gnustep-apps/desktop !gnustep-apps/recycler" egnustep_install_domain "System" src_compile() { egnustep_env econf || die "configure failed" egnustep_make }