diff options
Diffstat (limited to 'x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild')
-rw-r--r-- | x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild new file mode 100644 index 000000000000..f024b9548e64 --- /dev/null +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" +HOMEPAGE="http://lilyterm.luna.com.tw" +LICENSE="GPL-3" +SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + x11-libs/vte:0 +" +DEPEND=" + ${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +DOCS=( AUTHORS ChangeLog README TODO ) + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.9.9.4-gettext.patch + + ./autogen.sh +} |