# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Unicode-aware text to PostScript or PDF converter"
HOMEPAGE="https://github.com/dov/paps"
SRC_URI="https://github.com/dov/paps/archive/refs/tags/v${PV}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="x11-libs/pango"
DEPEND="${RDEPEND}
	dev-libs/libfmt
	virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}
src_configure() {
	econf --disable-Werror
}