1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Cal3D is a skeletal based character animation library"
9 HOMEPAGE="https://mp3butcher.github.io/Cal3D/"
10 SRC_URI="https://mp3butcher.github.io/Cal3D/sources/${P}.tar.gz"
14 KEYWORDS="amd64 ppc x86"
15 IUSE="16bit-indices debug doc"
20 app-text/docbook-sgml-utils
24 "${FILESDIR}"/${P}-gcc43.patch
25 "${FILESDIR}"/${P}-tests.patch
26 "${FILESDIR}"/${P}-verbose.patch
27 "${FILESDIR}"/${P}-gcc6.patch
28 "${FILESDIR}"/${P}-docbook2html.patch
39 $(use_enable 16bit-indices)
49 mkdir -p html/{guide,api} || die
50 mv *.{html,gif} html/guide/ || die
51 mv api/html/* html/api/ || die
52 HTML_DOCS=( docs/html/api docs/html/guide )