diff options
Diffstat (limited to 'x11-terms/tilda/tilda-0.09.2.ebuild')
-rw-r--r-- | x11-terms/tilda/tilda-0.09.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-terms/tilda/tilda-0.09.2.ebuild b/x11-terms/tilda/tilda-0.09.2.ebuild new file mode 100644 index 000000000000..da7b2f92370e --- /dev/null +++ b/x11-terms/tilda/tilda-0.09.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.09.2.ebuild,v 1.1 2006/02/27 00:22:48 steev Exp $ + +DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" +HOMEPAGE="http://tilda.sourceforge.net" +SRC_URI="mirror://sourceforge/tilda/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="x11-libs/vte + >=dev-libs/glib-2.8.4 + dev-libs/confuse" + +src_install() { + emake DESTDIR=${D} install + dodoc AUTHORS ChangeLog README TODO +} |