summaryrefslogtreecommitdiff
blob: 91b21f4b3c0557d28928e646d7d23e57de6dcd4e (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit latex-package

DESCRIPTION="Sophisticated verbatim text"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/fancyvrb/"
SRC_URI="http://www.rennings.net/gentoo/distfiles/${P}.zip"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND=""

S="${WORKDIR}/${PN}"

src_compile() {
	latex-package_src_compile
	cd contrib
	latex-package_src_compile
}

src_install() {
	latex-package_src_install
	cd contrib
	latex-package_src_install
}