summaryrefslogtreecommitdiff
blob: da1d40619f9736855cb44eab3e972155f164582b (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/ha-prosper/ha-prosper-4.21.ebuild,v 1.3 2004/10/15 16:07:24 dholm Exp $

inherit latex-package

DESCRIPTION="HA-prosper is a LaTeX class for writing transparencies"
HOMEPAGE="http://stuwww.uvt.nl/~hendri/Downloads/haprosper.html"
# Taken from: ftp://ftp.dante.de/tex-archive/macros/latex/contrib/${PN}.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
DEPEND="virtual/tetex
	>=dev-tex/prosper-1.5
	dev-tex/xkeyval"
S=${WORKDIR}/${PN}
IUSE=""

src_install(){
	cd ${S}/Run
	insinto ${TEXMF}/tex/latex/${PN}/
	doins *.sty *.cfg
	dodir ${TEXMF}/tex/latex/${PN}/Styles
	for i in `find ./Styles/* -maxdepth 1 -type d`
	do
		dodir ${TEXMF}/tex/latex/${PN}/$i
		insinto ${TEXMF}/tex/latex/${PN}/$i/
		doins $i/*
	done
	cd ${S}
	dodoc README
	dodoc Doc/*.tex Doc/*.tex
}