summaryrefslogtreecommitdiff
path: root/dev-tex/keystroke/keystroke-1.ebuild
blob: 23b89da0d1f993702e0be4bc428cabc1ba39f65c (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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/curve/curve-1.11.ebuild,v 1.2 2006/12/03 14:15:42 pylon Exp $

inherit latex-package

S=${WORKDIR}/${PN}

DESCRIPTION="Keys"
SRC_URI="ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.zip"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/keystroke/"
LICENSE="LPPL-1.2"

IUSE=""
SLOT="0"
KEYWORDS="x86"

DOCS="README"

src_install()
{
	latex-package_src_doinstall styles
	dodoc ${DOCS}
	insinto ${TEXMF}/tex/latex/${PN}
	doins keystroke_*.{pdf,eps}
}