summaryrefslogtreecommitdiff
path: root/dev-tex/floatflt/floatflt-1.31a-r1.ebuild
blob: 584b29baad0e205ddaa7ce3047d08b48d774e73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit latex-package

DESCRIPTION="LaTeX package used to warp text around figures"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt/"
# http://www.ctan.org/tex-archive/macros/latex/contrib/floatflt.zip
SRC_URI="mirror://gentoo/${P}.zip"

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

BDEPEND="app-arch/unzip"

TEXMF="/usr/share/texmf-site"

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