# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Colorer library provides source text syntax highlighting services." HOMEPAGE="http://colorer.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/Colorer-take5-linux.beta4.tar.bz2" LICENSE="LGPL GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { cd $WORKDIR econf emake || die "emake failed" } src_install() { cd $WORKDIR einstall || die "install failes" }