# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A unicode aware replacement for a2ps - text to ps filter with pretty printing, using libgnomeprint and fribidi" HOMEPAGE="http://fribidi.org/" SRC_URI="http://bonobo.gnome.gr.jp/~nakai/u2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="bidi" DEPEND= "bidi? ( >=dev-libs/fribidi-0.10.4 ) ( >=gnome-base/libgnome-2.0.0 ) ( >=dev-libs/glib-2.0.0 ) ( >=gnome-base/libgnomeprint-2.5.4 )" src_compile() { econf || die emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS NEWS README ChangeLog THANKS TODO }