# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Ovidiu Cojocaru # $Header:$ S="${WORKDIR}/${P}" DESCRIPTION="A windowing management system for console." SRC_URI="http://text-lib.sourceforge.net/TextLib-2.3.5.tar.bz2" HOMEPAGE="http://linux.tfm.ro/projects/textlib/TextLib.html" LICENSE="GPL-2" DEPEND="gpm" RDEPEND="gpm" KEYWORDS="x86" IUSE="" SLOT=0 src_unpack() { unpack "${A}" epatch "${FILESDIR}/${P}-gentoo.diff" || die "gentoo patch failed" } src_compile() { econf || die "./configure failed" make || die "make failed" } src_install () { einstall || die "make install failed" dodoc AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README }