# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" SRC_URI="http://www.math.utah.edu/pub/bibclean/${P}.tar.bz2" HOMEPAGE="http://www.math.utah.edu/pub/bibclean/" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" IUSE="" DEPEND="virtual/libc" SLOT="0" src_compile() { emake CFLAGS="$CFLAGS" || die "emake failed" } src_install() { dobin bibclean newman bibclean.man bibclean.1 }