blob: afad6bfc5fbdf79ef8a4a97e9f6369df30e2d3c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 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-r1.ebuild,v 1.4 2008/03/08 13:48:54 coldwind Exp $
inherit gnustep-2
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"
KEYWORDS="amd64 ppc x86"
LICENSE="LGPL-2.1"
SLOT="0"
DEPEND="~gnustep-libs/steptalk-${PV}"
RDEPEND="${DEPEND}"
S="${WORKDIR}/StepTalk/Examples/Shell"
|