net-libs/libident - 0.32 (gentoo)

Search

Install

Install this version:

emerge -a =net-libs/libident-0.32

Package Information

Description:
Small library to interface to the Ident protocol server
Homepage:
http://www.simphalempin.com/dev/libident/
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
0.32 8 ~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Small library to interface to the Ident protocol server"
HOMEPAGE="http://www.simphalempin.com/dev/libident/"
SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86"
IUSE="test"
# Interactive tests only.
RESTRICT="!test? ( test ) test"

PATCHES=(
	"${FILESDIR}"/${PN}-0.32-fix_c23.patch
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf \
		--disable-static \
		$(use_enable test testers)
}

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

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Manifest for 0.32

Type File Size Source URLs
DIST libident-0.32.tar.bz2 205831 bytes http://people.via.ecp.fr/~rem/libident/libident-0.32.tar.bz2