diff options
Diffstat (limited to 'gnustep-apps/stshell/stshell-0.10.0.ebuild')
-rw-r--r-- | gnustep-apps/stshell/stshell-0.10.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnustep-apps/stshell/stshell-0.10.0.ebuild b/gnustep-apps/stshell/stshell-0.10.0.ebuild new file mode 100644 index 000000000000..3872a7987240 --- /dev/null +++ b/gnustep-apps/stshell/stshell-0.10.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/stshell-0.10.0.ebuild,v 1.1 2006/03/25 22:48:02 grobian Exp $ + +inherit gnustep + +DESCRIPTION="An interactive shell for StepTalk" +HOMEPAGE="http://www.gnustep.org/experience/StepTalk.html" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P/stshell/StepTalk}.tar.gz" + +# steptalk doesn't compile! +KEYWORDS="-*" +LICENSE="LGPL-2.1" +SLOT="0" + +IUSE="" +DEPEND="${GS_DEPEND} + =gnustep-libs/steptalk-${PV}*" +RDEPEND="${GS_RDEPEND} + =gnustep-libs/steptalk-${PV}*" +S="${WORKDIR}/StepTalk/Examples/Shell" + +egnustep_install_domain "System" |