dev-libs/libfcrypto - 20240115 (pkalin)

Search

Install

Install this version:

emerge -a =dev-libs/libfcrypto-20240115

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

autounmask =dev-libs/libfcrypto-20240115

Or alternatively:

emerge --autounmask-write -a =dev-libs/libfcrypto-20240115

Package Information

Description:
Library for encryption formats
Homepage:
https://github.com/libyal/libfcrypto
License:
LGPL-3

Ebuild Details

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

EAPI=8

inherit autotools

DESCRIPTION="Library for encryption formats"
HOMEPAGE="https://github.com/libyal/libfcrypto"
SRC_URI="https://github.com/libyal/libfcrypto/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="nls +python"

DEPEND="
	nls? (
		virtual/libiconv
		virtual/libintl
	)
	dev-libs/libcerror[nls=]
"
RDEPEND="
	${DEPEND}
"

src_prepare() {
	eautoreconf
	eapply_user
}

src_configure() {
	econf \
		$(use_enable nls) \
		$(use_with nls libiconv-prefix) \
		$(use_with nls libintl-prefix) \
		$(use_enable python)
}

src_install() {
	default
	# see https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

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

Global/Standard Flags

nls
python
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	nls? (
		virtual/libiconv
		virtual/libintl
	)
	dev-libs/libcerror[nls=]

RDEPEND

	
	nls? (
		virtual/libiconv
		virtual/libintl
	)
	dev-libs/libcerror[nls=]

Manifest for 20240115

Type File Size Source URLs
DIST libfcrypto-alpha-20240115.tar.gz 626175 bytes https://github.com/libyal/libfcrypto/releases/download/20240115/libfcrypto-alpha-20240115.tar.gz