sleuthkit: fix for musl.

This commit is contained in:
Christian Neukirchen 2015-05-19 19:13:45 +02:00
parent 13c8a0d9ef
commit f16b2211dd
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sleuthkit'
pkgname=sleuthkit
version=4.1.3
revision=3
revision=4
build_style=gnu-configure
makedepends="zlib-devel libewf-devel"
short_desc="File system and media management forensic analysis tools"
@ -13,6 +13,9 @@ depends="perl"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327
post_extract() {
sed -i 's/daddr_t/uint32_t/g' tools/srchtools/sigfind.cpp
}
post_install() {
for l in licenses/*; do
vlicense $l