1 # Copyright 1999-2019 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
6 LUA_COMPAT
=( lua5-
{3.
.4} )
7 inherit autotools git-r3 lua-single
9 DESCRIPTION
="Simon's Improved Layout Engine "
10 HOMEPAGE
="http://sile-typesetter.org"
11 EGIT_REPO_URI
="https://github.com/sile-typesetter/sile"
14 if [[ ${PV} == 9999 ]]
23 KEYWORDS
="~amd64 ~arm ~hppa ~sparc ~x86"
45 rm -rf "${S}/libtexpdf"
50 ECONF_SOURCE
="${S}" econf \
52 --with-system-filesystem \
53 --with-system-libtexpdf \
55 --with-system-luarocks \
56 --with-system-socket \
61 emake DESTDIR
="${D}" install