diff options
author | 2003-07-02 08:12:12 +0000 | |
---|---|---|
committer | 2003-07-02 08:12:12 +0000 | |
commit | 364a2f9ca35ca975385dcfe6fe98bd6d978ad647 (patch) | |
tree | feaff0f54f23d4391a7946a8ec3e214fa3df892e /dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild | |
parent | New gnustep-base which depends on the gnustep eclass (diff) | |
download | gentoo-2-364a2f9ca35ca975385dcfe6fe98bd6d978ad647.tar.gz gentoo-2-364a2f9ca35ca975385dcfe6fe98bd6d978ad647.tar.bz2 gentoo-2-364a2f9ca35ca975385dcfe6fe98bd6d978ad647.zip |
new gnustep-gui ebuild which depends on the gnustep eclass
Diffstat (limited to 'dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild')
-rw-r--r-- | dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild b/dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild new file mode 100644 index 000000000000..be9b3e746799 --- /dev/null +++ b/dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-gui/gnustep-gui-0.8.5-r1.ebuild,v 1.1 2003/07/02 08:12:12 raker Exp $ + +inherit gnustep + +DESCRIPTION="GNUstep AppKit implementation" +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" +DEPEND=">=dev-util/gnustep-base-1.6.0 + >=media-libs/tiff-3.5.7 + >=media-libs/jpeg-6b-r2" +PDEPEND="=dev-util/gnustep-back-${PV}*" +S=${WORKDIR}/${P} + +src_compile() { + egnustepmake \ + --with-jpeg-library=/usr/lib \ + --with-jpeg-include=/usr/include \ + --with-tiff-library=/usr/lib \ + --with-tiff-include=/usr/include \ + || die "configure failed" +} |