blob: d11d861bda0835f5d7642630acae56098dc38281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Maintainer: Felix Kurth <felix@fkurth.de>
inherit latex-package
S=${WORKDIR}/floatflt
DESCRIPTION="LaTeX package used to warp figures around text"
SRC_URI="ftp://ftp.dante.de/tex-archive/macros/latex/contrib/other/floatflt.tar.gz"
HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/floatflt.html?action=/tex-archive/macros/latex/contrib/other/floatflt/"
LICENSE="LPPL"
SLOT="0"
KEYWORDS="x86 ppc sparc "
|