Install this version:
emerge -a =net-libs/libsrsirc-0.0.14
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-libs/libsrsirc-0.0.14
Or alternatively:
emerge --autounmask-write -a =net-libs/libsrsirc-0.0.14
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Lightweight, cross-platform IRC library"
HOMEPAGE="https://github.com/fstd/libsrsirc"
SRC_URI="http://penenen.de/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs ssl"
DEPEND="ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}"
src_configure() {
econf $(use_enable static-libs static) $(use_with ssl)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
mv "${ED}/usr/bin/icat" "${ED}/usr/bin/icat-lsi" || die
}
Manage flags for this package:
euse -i <flag> -p net-libs/libsrsirc |
euse -E <flag> -p net-libs/libsrsirc |
euse -D <flag> -p net-libs/libsrsirc
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libsrsirc-0.0.14.tar.gz | 431916 bytes | http://penenen.de/libsrsirc-0.0.14.tar.gz |