# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 437e0d5c569d086a11998014aacb08da84ffba07 $ EAPI=8 DESCRIPTION="Generic C framework used and developed by the Icecast project" HOMEPAGE="https://www.icecast.org" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="" else SRC_URI="https://ftp.osuosl.org/pub/xiph/releases/${PN/lib}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" SLOT="0" src_install() { default find "${ED}" -type f -name "*.la" -delete || die }