sys-fs/encfs - 1.9.5 (libressl)

Search

Install

Install this version:

emerge -a =sys-fs/encfs-1.9.5

Package Information

Description:
An implementation of encrypted filesystem in user-space using FUSE
Homepage:
https://vgough.github.io/encfs/
License:
GPL-3 LGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.9.5 8 amd64 arm ~ppc64 ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE"
HOMEPAGE="https://vgough.github.io/encfs/"
SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="amd64 arm ~ppc64 ~sparc x86"
IUSE="nls"

RDEPEND="dev-libs/openssl:=
	dev-libs/tinyxml2:=
	sys-fs/fuse:0=
	sys-libs/zlib"
DEPEND="${RDEPEND}"
BDEPEND="dev-lang/perl
	sys-devel/gettext
	virtual/pkgconfig"

# Build dir is hardcoded in test suite, but we restrict them
# because they can lead to false negatives, bug #630486
RESTRICT="test"

BUILD_DIR="${S}/build"

PATCHES=(
	"${FILESDIR}"/${PN}-1.9.5-libressl.patch
)

src_configure() {
	local mycmakeargs=(
		-DENABLE_NLS="$(usex nls)"
		-DUSE_INTERNAL_TINYXML=OFF
		-DBUILD_UNIT_TESTS=OFF
		-DBUILD_SHARED_LIBS=ON
		# Needed with BUILD_SHARED_LIBS=ON
		-DINSTALL_LIBENCFS=ON
		-DLIB_INSTALL_DIR="$(get_libdir)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-fs/encfs | euse -E <flag> -p sys-fs/encfs | euse -D <flag> -p sys-fs/encfs

Global/Standard Flags

nls

Inherited Eclasses

Dependencies

DEPEND

dev-libs/openssl:=
	dev-libs/tinyxml2:=
	sys-fs/fuse:0=
	sys-libs/zlib

RDEPEND

dev-libs/openssl:=
	dev-libs/tinyxml2:=
	sys-fs/fuse:0=
	sys-libs/zlib

BDEPEND

dev-lang/perl
	sys-devel/gettext
	virtual/pkgconfig

Manifest for 1.9.5

Type File Size Source URLs
DIST encfs-1.9.5.tar.gz 2798888 bytes https://github.com/vgough/encfs/archive/v1.9.5.tar.gz