app-crypt/cryptopant - 1.3.2 (gentoo)

Search

Package Information

Description:
C library for IP address anonymization using crypto-PAn algorithm
Homepage:
https://ant.isi.edu/software/cryptopANT/
License:
GPL-2 GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.3.2 8 ~amd64 ~x86 0/1
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=cryptopANT
DESCRIPTION="C library for IP address anonymization using crypto-PAn algorithm"
HOMEPAGE="https://ant.isi.edu/software/cryptopANT/"
SRC_URI="https://ant.isi.edu/software/cryptopANT/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

# GPL-3+ for m4/ax_cflags_warn_all.m4
LICENSE="GPL-2 GPL-3+"
SLOT="0/1"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=dev-libs/openssl-3.0.0:="
DEPEND="${RDEPEND}"

src_configure() {
	econf --with-scramble_ips
}

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

Dependencies

DEPEND

>=dev-libs/openssl-3.0.0:=

RDEPEND

>=dev-libs/openssl-3.0.0:=

Manifest for 1.3.2

Type File Size Source URLs
DIST cryptopANT-1.3.2.tar.gz 498289 bytes https://ant.isi.edu/software/cryptopANT/cryptopANT-1.3.2.tar.gz