mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
re-applied changes to app-forensics/libfsclfs
This commit is contained in:
parent
99e2331873
commit
a751dc8579
3 changed files with 69 additions and 0 deletions
1
app-forensics/libfsclfs/Manifest
Normal file
1
app-forensics/libfsclfs/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST libfsclfs-experimental-20170206.tar.gz 1479572 BLAKE2B 843925713e8a630e479f762aeb5e31ccba8837b9cffc1a5129e9bf9ccb5213299a5938231864ddfd6c01837725c802d128b724cc1339e3cc9bbd810eb1d51f2a SHA512 add49577b66f58e396672a363c1c59cbbea241b75fbfa93ef8f85150ac35b51a9286c5099422a53fec7983207381c2f350f05a0e5051fd4a2b4249e0e4ed96ba
|
||||
60
app-forensics/libfsclfs/libfsclfs-20170206.ebuild
Normal file
60
app-forensics/libfsclfs/libfsclfs-20170206.ebuild
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library and tools to access the Common Log File System (CLFS)"
|
||||
HOMEPAGE="https://github.com/libyal/libfsclfs"
|
||||
SRC_URI="https://github.com/libyal/libfsclfs/releases/download/${PV}/${PN}-experimental-${PV}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="nls unicode +threads debug"
|
||||
|
||||
DEPEND="
|
||||
nls? (
|
||||
virtual/libiconv
|
||||
virtual/libintl
|
||||
)
|
||||
app-forensics/libbfio[nls=,unicode=,threads=]
|
||||
dev-libs/libcdata[nls=]
|
||||
dev-libs/libcerror[nls=]
|
||||
dev-libs/libcfile[nls=,unicode=]
|
||||
dev-libs/libclocale[nls=,unicode=]
|
||||
dev-libs/libcnotify[nls=]
|
||||
dev-libs/libcpath[nls=,unicode=]
|
||||
dev-libs/libcsplit[nls=,unicode=]
|
||||
dev-libs/libcthreads[nls=]
|
||||
dev-libs/libfcache[nls=]
|
||||
dev-libs/libfdata[nls=,threads=]
|
||||
dev-libs/libfdatetime[nls=]
|
||||
dev-libs/libfguid[nls=]
|
||||
dev-libs/libftxf[nls=]
|
||||
dev-libs/libftxr[nls=]
|
||||
dev-libs/libfusn[nls=]
|
||||
dev-libs/libfwnt[nls=,threads=]
|
||||
dev-libs/libuna[nls=,unicode=]
|
||||
"
|
||||
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 unicode wide-character-type) \
|
||||
$(use_enable debug verbose-output ) \
|
||||
$(use_enable debug debug-output ) \
|
||||
$(use_enable threads multi-threading-support) \
|
||||
|
||||
}
|
||||
8
app-forensics/libfsclfs/metadata.xml
Normal file
8
app-forensics/libfsclfs/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue