# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Felix Kurth inherit latex-package S=${WORKDIR}/SIunits DESCRIPTION="LaTeX package used to set SI units correct." SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/SIunits.tar.gz" HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/siunits.html" LICENSE="LPPL-1.2" SLOT="0" KEYWORDS="~x86 ~ppc" src_install () { latex-package_src_doinstall all cd ${S} dodoc readme.txt SIunits.pdf }