Install this version:
emerge -a =dev-libs/tihmstar-libgeneral-90
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/tihmstar-libgeneral-90
Or alternatively:
emerge --autounmask-write -a =dev-libs/tihmstar-libgeneral-90
# Copyright 2018-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Stuff used in tsschecker."
HOMEPAGE="https://github.com/tihmstar/libgeneral"
MY_PN="${PN/tihmstar-}"
SRC_URI="https://github.com/tihmstar/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
PATCHES=( "${FILESDIR}/configure-ac.patch" )
src_prepare() {
touch config.h.in
default
eautoreconf
}
src_compile() {
emake
}
src_install() {
default
rm "${ED}/usr/$(get_libdir)/libgeneral.la" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tihmstar-libgeneral-90.tar.gz | 35942 bytes | https://github.com/tihmstar/libgeneral/archive/90.tar.gz |