diff options
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild')
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild b/gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild new file mode 100644 index 000000000000..e7eda2325677 --- /dev/null +++ b/gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5_pre20040909.ebuild,v 1.1 2004/09/24 01:07:41 fafhrd Exp $ + +inherit gnustep + +S=${WORKDIR}/Backbone/System/Applications/${PN/t/T} + +DESCRIPTION="A terminal emulator for GNUstep" +HOMEPAGE="http://www.nongnu.org/terminal/" +SRC_URI="mirror://gentoo/Backbone-cvs-${PV/0.9.5_pre/}.tar.gz" +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +DEPEND="${GS_DEPEND}" +RDEPEND="${GS_RDEPEND}" + |