blob: f64053cc5b69d5713e9acde6d3b7d43bdf495d27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A generic C framework developed and used by the Icecast project"
HOMEPAGE="https://icecast.org/"
SRC_URI="https://ftp.osuosl.org/pub/xiph/releases/igloo/${P}.tar.gz"
LICENSE="GNU LGPL v2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux"
IUSE=""
|