sys-libs/libfixposix - 0.5.1 (guru)

Search

Install

Install this version:

emerge -a =sys-libs/libfixposix-0.5.1

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

autounmask =sys-libs/libfixposix-0.5.1

Or alternatively:

emerge --autounmask-write -a =sys-libs/libfixposix-0.5.1

Package Information

Description:
Thin wrapper over POSIX syscalls
Homepage:
https://github.com/sionescu/libfixposix
License:
Boost-1.0

Ebuild Details

Version EAPI Keywords Slot
0.5.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Thin wrapper over POSIX syscalls"
HOMEPAGE="https://github.com/sionescu/libfixposix"
SRC_URI="https://github.com/sionescu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="${RDEPEND}"

src_prepare() {
	einfo "Generating autotools files..."
	default
	eautoreconf -i -f
}

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

Inherited Eclasses

Manifest for 0.5.1

Type File Size Source URLs
DIST libfixposix-0.5.1.tar.gz 41296 bytes https://github.com/sionescu/libfixposix/archive/refs/tags/v0.5.1.tar.gz