sys-apps/ucspi-unix - 1.0 (gentoo)

Search

Package Information

Description:
A UCSPI implementation for Unix domain sockets
Homepage:
https://untroubled.org/ucspi-unix/
License:
GPL-2+

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A UCSPI implementation for Unix domain sockets"
HOMEPAGE="https://untroubled.org/ucspi-unix/"
SRC_URI="https://untroubled.org/ucspi-unix/archive/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~loong ~riscv ~sparc x86"
IUSE=""

# We statically link bglibs.
DEPEND=">=dev-libs/bglibs-2.04"
# Block other unixcat installers. #480546
RDEPEND="!net-analyzer/mk-livestatus"

src_configure() {
	echo "$(tc-getCC) ${CFLAGS} -D_GNU_SOURCE" > conf-cc || die
	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
}

src_install() {
	dobin unixserver unixclient unixcat
	doman unixserver.1 unixclient.1
	dodoc ANNOUNCEMENT ChangeLog NEWS PROTOCOL README TODO
}

Dependencies

DEPEND

>=dev-libs/bglibs-2.04

RDEPEND

!net-analyzer/mk-livestatus

Manifest for 1.0

Type File Size Source URLs
DIST ucspi-unix-1.0.tar.gz 17391 bytes https://untroubled.org/ucspi-unix/archive/ucspi-unix-1.0.tar.gz