1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit autotools git-r3
8 DESCRIPTION="Library for TI calculator files"
9 HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
11 EGIT_REPO_URI="https://github.com/debrouxl/tilibs.git"
17 IUSE="doc nls static-libs"
22 >=sci-libs/libticables2-1.3.3
23 >=sci-libs/libticonv-1.1.3
24 nls? ( virtual/libintl )"
28 nls? ( sys-devel/gettext )"
30 DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
33 S="${S}/${MY_PN}/trunk/"
43 $(use_enable static-libs static)
48 use doc && dohtml docs/html/*