summaryrefslogtreecommitdiff
blob: 05e4ac5e9018012fa706ce0c455c8e49925482a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2008 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/misc/"
SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/generic/misc/${PN}.tex"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="virtual/tetex"
S="${WORKDIR}"

src_unpack() {
	cp "${DISTDIR}/${PN}.tex" "${S}"
}

src_install() {
	insinto ${TEXMF}/tex/generic/${PN}
	doins letterspacing.tex
	dosym letterspacing.tex ${TEXMF}/tex/generic/${PN}/letterspace.sty
}