diff options
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 +} |