summaryrefslogtreecommitdiff
blob: fc237de983ca76f49be208cfd9de4438358675a1 (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
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/europecv/europecv-20040603.ebuild,v 1.5 2005/08/07 13:31:26 hansmi Exp $

inherit latex-package

DESCRIPTION="LaTeX class for the standard model for curricula vitae as recommended by the European Commission."
HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/europecv.html"
#Downloaded from:
# ftp://ftp.dante.de/tex-archive/macros/latex/contrib/europecv.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"

IUSE=""

DEPEND="virtual/tetex"
S="${WORKDIR}/${PN}"

src_compile() {

	return
}

src_install() {

	insinto /usr/share/texmf/tex/latex/europecv
	doins ecv* europecv.cls EuropeFlag*

	insinto /usr/share/doc/${PF}/examples
	doins examples/*

	dodoc europecv.pdf
}