mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
re-applied changes to app-forensics/libwtcdb
This commit is contained in:
parent
99e2331873
commit
7368c53049
3 changed files with 62 additions and 0 deletions
1
app-forensics/libwtcdb/Manifest
Normal file
1
app-forensics/libwtcdb/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST libwtcdb-experimental-20170201.tar.gz 1323962 BLAKE2B fff53cc359319561eb96c2b82606b613e88b63baf2c7ac35e1bdf0724b62c57a67b1106adf0e7b7e3e21a4a5cd03ae14cf3a318fb75cdede051196ef141a778a SHA512 11d530e13581e1bd131a36c9190d5829869bcbfff56a84bc59d193a204fc49fcfb66a5d19b4b31eba48854f58014cfd969dcb6bdd3a63280e47eab9456efe32d
|
||||
53
app-forensics/libwtcdb/libwtcdb-20170201.ebuild
Normal file
53
app-forensics/libwtcdb/libwtcdb-20170201.ebuild
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# 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 Windows thumbnail cache (thumbcache.db)"
|
||||
HOMEPAGE="https://github.com/libyal/libwtcdb"
|
||||
SRC_URI="https://github.com/libyal/libwtcdb/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/libfdatetime[nls=]
|
||||
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/libwtcdb/metadata.xml
Normal file
8
app-forensics/libwtcdb/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