1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit autotools eutils git-r3
8 DESCRIPTION
="Library for communication with TI calculators"
9 HOMEPAGE
="http://lpg.ticalc.org/prj_tilp/"
12 EGIT_REPO_URI
="https://github.com/debrouxl/tilibs.git"
19 IUSE
="doc nls static-libs"
23 >=sci-libs/libticables2-1.3.3
24 >=sci-libs/libticonv-1.1.3
25 >=sci-libs/libtifiles2-1.1.5
26 nls? ( virtual/libintl )"
29 nls? ( sys-devel/gettext )"
31 DOCS
=( AUTHORS LOGO NEWS README ChangeLog docs
/api.txt
)
34 S
="${S}/${MY_PN}/trunk/"
44 $
(use_enable static-libs static
)
49 use doc
&& dohtml docs
/html
/*