# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 DESCRIPTION="CUI (Composite User Interface) Terminal" HOMEPAGE="http://www.linux.pte.hu/~pipas/CUI/" SRC_URI="ftp://linux.pte.hu/pub/CUI/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/eel-2.0 >=x11-libs/pango-1.6 dev-util/yacc" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.21" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" pkg_setup() { G2CONF="${G2CONF} --disable-scrollkeeper" } src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-Makefile.patch ./autogen.sh || die "autogen.sh failed" gnome2_omf_fix } src_install() { gnome2_src_install }