diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-13 01:21:02 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-13 01:21:02 +0000 |
commit | aec72a40e9b024b37c67628ae36b0d66f870ef7e (patch) | |
tree | 8b7ecf83082d659ffd98b53a45cd2973619f2069 /dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild | |
parent | Added egnustepmake2 for better gnustep program compatibility (diff) | |
download | historical-aec72a40e9b024b37c67628ae36b0d66f870ef7e.tar.gz historical-aec72a40e9b024b37c67628ae36b0d66f870ef7e.tar.bz2 historical-aec72a40e9b024b37c67628ae36b0d66f870ef7e.zip |
finally have a working gnustep-guile which depends on the egnustepmake2
function just added to the eclass
Diffstat (limited to 'dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild')
-rw-r--r-- | dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild b/dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild new file mode 100644 index 000000000000..0a527a3536dd --- /dev/null +++ b/dev-util/gnustep-guile/gnustep-guile-1.1.1.ebuild @@ -0,0 +1,20 @@ +# 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-guile/gnustep-guile-1.1.1.ebuild,v 1.1 2003/07/13 01:21:02 raker Exp $ + +inherit gnustep + +DESCRIPTION="GNUstep Guile bridge" +HOMEPAGE="http://www.gnustep.org" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86 -ppc -sparc " +DEPEND=">=dev-util/gnustep-base-1.6.0 + >=dev-util/guile-1.6" +RDEPEND="virtual/glibc" +S=${WORKDIR}/${P} + +src_compile() { + egnustepmake2 +} |