# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="A BibTeX bibliographic entries to DocBook XML converter." HOMEPAGE="http://houqp.github.com/bibdb" SRC_URI="http://houqp.github.com/bibdb/download/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="app-text/texlive-core" RDEPEND="${DEPEND}" src_install() { emake \ DESTDIR="${D}usr/bin" \ TEXPATH="${D}usr/share/texmf/bibtex/bst" \ install || die "Install failed" } pkg_postinst() { mktexlsr }