summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/termit/termit-2.5.0.ebuild')
-rw-r--r--x11-terms/termit/termit-2.5.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-terms/termit/termit-2.5.0.ebuild b/x11-terms/termit/termit-2.5.0.ebuild
new file mode 100644
index 0000000..46c6cd1
--- /dev/null
+++ b/x11-terms/termit/termit-2.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+DESCRIPTION="Simple terminal emulator based on vte library, extensible vie Lua"
+HOMEPAGE="http://wiki.github.com/nonstop/termit"
+SRC_URI="http://cloud.github.com/downloads/nonstop/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-util/cmake-2.6.4-r3"
+RDEPEND="x11-libs/vte
+ dev-lang/lua
+ >=x11-libs/gtk+-2.10"
+
+DOCS="README ChangeLog session.example termit.example"
+
+CMAKE_IN_SOURCE_BUILD="yes"
+
+pkg_postinst() {
+ einfo
+ einfo "There is a example of configuration file in"
+ einfo " /usr/share/doc/termit/termit.example"
+ einfo
+}