dev-libs/libslz - 1.3.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/libslz-1.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/libslz-1.3.1

Or alternatively:

emerge --autounmask-write -a =dev-libs/libslz-1.3.1

Package Information

Description:
Stateless, zlib-compatible, and very fast compression library
Homepage:
http://www.libslz.org/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.1 8 ~amd64 ~arm ~arm64 ~ppc ~x86 0/1
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Stateless, zlib-compatible, and very fast compression library"
HOMEPAGE="http://www.libslz.org/"
SRC_URI="https://github.com/wtarreau/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/1"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
IUSE="tools"

src_compile() {
	local opts=(
		CC="$(tc-getCC)"
		OPT_CFLAGS="${CFLAGS}"
		USR_LFLAGS="${LDFLAGS}"
		shared
		$(usev tools)
	)

	emake "${opts[@]}"
}

src_install() {
	local opts=(
		STRIP=":"
		DESTDIR="${D}"
		PREFIX="${EPREFIX}/usr"
		LIBDIR="${EPREFIX}/usr/$(get_libdir)"
		install-headers
		install-shared
		$(usev tools install-tools)
	)

	einstalldocs

	emake "${opts[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/libslz | euse -E <flag> -p dev-libs/libslz | euse -D <flag> -p dev-libs/libslz

Global/Standard Flags

Inherited Eclasses

Manifest for 1.3.1

Type File Size Source URLs
DIST libslz-1.3.1.tar.gz 286121 bytes https://github.com/wtarreau/libslz/archive/refs/tags/v1.3.1.tar.gz