dev-libs/libfcrypto - 20200104 (pkalin)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
20200104 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2019 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 ~arm64 x86"
IUSE="nls"

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) \

}

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

USE Flags

nls

Dependencies

DEPEND

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

RDEPEND

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

Manifest for 20200104

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