# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit latex-package DESCRIPTION="TeX package for letter spacing" HOMEPAGE="http://www.ctan.org/tex-archive/macros/generic/" SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/generic/${PN}.tex" LICENSE="LPPL-1.3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/tetex" S=${WORKDIR} src_unpack() { cp ${DISTDIR}/${PN}.tex ${S} } src_install() { insinto ${TEXMF}/tex/generic/${PN} doins ${DISTDIR}/letterspacing.tex dosym letterspacing.tex ${TEXMF}/tex/generic/${PN}/letterspace.sty }