# Copyright (C) 2004 David Baird (dbaird@nmt.edu) # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Transform DocBook using TeX macros" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://dblatex.sourceforge.net/" KEYWORDS="~x86" IUSE="" SLOT="0" LICENSE="" DEPEND="virtual/tetex dev-tex/bibtopic" src_unpack() { unpack ${A} cp ${FILESDIR}/install-dblatex-0.1.4.1.sh ${S} } src_compile() { ./configure --prefix="${D}/usr" || die "./configure failed" } src_install() { pushd ${S} mkdir -p ${D}/tmp DEST=${D} sh ./install-dblatex-0.1.4.1.sh rmdir ${D}/tmp popd }