diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-06-29 19:16:15 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-06-29 19:16:15 +0000 |
commit | 9b0ed1515246bf6bf4903c8851e1439e251601a0 (patch) | |
tree | d84875b3e123cc6398dde915a8a745b7ffdd59e6 /x11-terms/tilda/tilda-0.09.3.ebuild | |
parent | Masked >=sys-kernel/hardened-sources-2.6.0 for good measure (diff) | |
download | gentoo-2-9b0ed1515246bf6bf4903c8851e1439e251601a0.tar.gz gentoo-2-9b0ed1515246bf6bf4903c8851e1439e251601a0.tar.bz2 gentoo-2-9b0ed1515246bf6bf4903c8851e1439e251601a0.zip |
New upstream release
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-terms/tilda/tilda-0.09.3.ebuild')
-rw-r--r-- | x11-terms/tilda/tilda-0.09.3.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-terms/tilda/tilda-0.09.3.ebuild b/x11-terms/tilda/tilda-0.09.3.ebuild new file mode 100644 index 000000000000..793ea587c775 --- /dev/null +++ b/x11-terms/tilda/tilda-0.09.3.ebuild @@ -0,0 +1,21 @@ +# 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.3.ebuild,v 1.1 2006/06/29 19:16:15 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" +IUSE="" + +DEPEND="x11-libs/vte + >=dev-libs/glib-2.8.4 + dev-libs/confuse" + +src_install() { + emake DESTDIR=${D} install + dodoc AUTHORS ChangeLog README TODO +} |