dev-libs/tihmstar-libgeneral - 90 (tatsh-overlay)

Search

Install

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

Package Information

Description:
Stuff used in tsschecker.
Homepage:
https://github.com/tihmstar/libgeneral
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
90 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Manifest for 90

Type File Size Source URLs
DIST tihmstar-libgeneral-90.tar.gz 35942 bytes https://github.com/tihmstar/libgeneral/archive/90.tar.gz