Install this version:
emerge -a =net-im/silc-toolkit-1.1.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/silc-toolkit-1.1.12
Or alternatively:
emerge --autounmask-write -a =net-im/silc-toolkit-1.1.12
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.12 | 8 | ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd | 0 |
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=8
DESCRIPTION="SDK for the SILC protocol"
HOMEPAGE="https://silc.github.io/dev.html"
#SRC_URI="http://silcnet.org/download/toolkit/sources/${P}.tar.bz2"
SRC_URI="mirror://sourceforge/silc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug ipv6"
RDEPEND=""
DEPEND="virtual/pkgconfig"
src_prepare() {
# They have incorrect DESTDIR usage
sed -i \
"s/^\(pkgconfigdir =\) \$(libdir)\/pkgconfig/\1 \/usr\/$(get_libdir)\/pkgconfig/"\
"${S}"/lib/Makefile.{am,in}
default
}
src_configure() {
econf \
--datadir="${EPREFIX}/usr/share/${PN}" \
--datarootdir="${EPREFIX}/usr/share/${PN}" \
--includedir="${EPREFIX}/usr/include/${PN}" \
--sysconfdir="${EPREFIX}/etc/silc" \
--libdir="${EPREFIX}/usr/$(get_libdir)/${PN}" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-optimizations \
--with-simdir=/usr/$(get_libdir)/${PN}/modules \
$(use_enable debug) \
$(use_enable ipv6)
}
Manage flags for this package:
euse -i <flag> -p net-im/silc-toolkit |
euse -E <flag> -p net-im/silc-toolkit |
euse -D <flag> -p net-im/silc-toolkit
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | silc-toolkit-1.1.12.tar.gz | 2596719 bytes | mirror://sourceforge/silc/silc-toolkit-1.1.12.tar.gz |