+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib
-
-DESCRIPTION="Text User Interface that implements the well known CUA widgets"
-HOMEPAGE="http://tvision.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc41.patch
- epatch "${FILESDIR}"/${P}-outb.patch
- epatch "${FILESDIR}"/${P}-underflow.patch
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-gcc44.patch
- epatch "${FILESDIR}"/${P}-ldconfig.patch
- epatch "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --fhs \
- || die
- emake || die
-}
-
-src_install() {
- einstall libdir="\$(prefix)/$(get_libdir)"|| die
- dosym rhtvision /usr/include/tvision
- dodoc readme.txt THANKS TODO
- dohtml -r www-site
-}