dev-libs/libclthreads - 2.4.2 (gentoo)

Search

Package Information

Description:
POSIX threads C++ access library
Homepage:
http://kokkinizita.linuxaudio.org/linuxaudio/index.html
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
2.4.2 7 amd64 ~ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="POSIX threads C++ access library"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clthreads-${PV}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"

S="${WORKDIR}/clthreads-${PV}"

DOCS=( AUTHORS )

PATCHES=(
	"${FILESDIR}/${P}-Makefile.patch"
)

src_compile() {
	cd "${S}"/source || die "Failed to cd to sources"
	tc-export CXX
	emake
}

src_install() {
	default

	cd "${S}"/source || die "Failed to cd to sources"
	emake PREFIX="${EPREFIX}/usr" INCDIR="include" LIBDIR="$(get_libdir)" DESTDIR="${ED}" install
}

Manifest for 2.4.2

Type File Size Source URLs
DIST clthreads-2.4.2.tar.bz2 14357 bytes http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clthreads-2.4.2.tar.bz2