# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting." HOMEPAGE="http://www.andre-simon.de/" SRC_URI="http://www.andre-simon.de/zip/highlight-2.2-9.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_compile() { cd ${WORKDIR}/highlight-2.2-9 make -f makefile || die } src_install() { cd ${WORKDIR}/highlight-2.2-9 DESTDIR=${D} bin_dir=${D}/usr/bin make -f makefile -e install || die }