summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild')
-rw-r--r--x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild
new file mode 100644
index 0000000..d37e1e4
--- /dev/null
+++ b/x11-terms/rxvt-unicode-terminfo/rxvt-unicode-terminfo-9.05.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Provides terminfo for rxvt-unicode if rxvt-unicode is not installed"
+HOMEPAGE="http://software.schmorp.de/"
+
+PARENT_P="${P/-terminfo/}"
+PARENT_PN="${PN/-terminfo/}"
+SRC_URI="http://dist.schmorp.de/rxvt-unicode/${PARENT_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="!x11-terms/rxvt-unicode"
+
+S="${WORKDIR}"/"${PARENT_P}"
+
+src_compile() {
+ return
+}
+
+src_install() {
+ dodoc doc/etc/*
+ /usr/bin/tic -o "${D}/usr/share/terminfo" doc/etc/rxvt-unicode.terminfo
+}