# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Mpfrcx is a library for the arithmetic of univariate polynomials "
HOMEPAGE="https://www.multiprecision.org/mpfrcx/home.html"
SRC_URI="https://www.multiprecision.org/downloads/${P}.tar.gz"

LICENSE="LGPL-2.1+"
SLOT="0/1"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/gmp:0
	dev-libs/mpfr:0
	dev-libs/mpc"
RDEPEND="${DEPEND}"

src_install() {
	default

	# remove .la file
	find "${ED}" -name '*.la' -delete || die
}