# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit latex-package S=${WORKDIR}/glossary DESCRIPTION="LaTeX package for assisting generating a glossary" SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/glossary.zip" HOMEPAGE="http://theoval.cmp.uea.ac.uk/~nlct/" LICENSE="LPPL-1.2" SLOT="0" IUSE="latex2html" KEYWORDS="~x86" DEPEND="app-arch/unzip" RDEPEND="latex2html? ( dev-tex/latex2html )" src_install() { cd ${S} latex-package_src_install dobin makeglos.pl if use latex2html; then dodir /usr/lib/latex2html/styles cp glossary.perl ${D}/usr/lib/latex2html/styles fi }