dev-cpp/libbinio - 1.5 (stuff)

Search

Install

Install this version:

emerge -a =dev-cpp/libbinio-1.5

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

autounmask =dev-cpp/libbinio-1.5

Or alternatively:

emerge --autounmask-write -a =dev-cpp/libbinio-1.5

Package Information

Description:
Binary I/O stream class library
Homepage:
https://github.com/adplug/libbinio
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="Binary I/O stream class library"
HOMEPAGE="https://github.com/adplug/libbinio"
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

BDEPEND="sys-apps/texinfo"

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

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

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

Global/Standard Flags

Dependencies

BDEPEND

sys-apps/texinfo

Manifest for 1.5

Type File Size Source URLs
DIST libbinio-1.5.tar.bz2 426385 bytes https://github.com/adplug/libbinio/releases/download/libbinio-1.5/libbinio-1.5.tar.bz2