wok-6.x diff sleuthkit/receipt @ rev 23752
updated xine-lib, xine-lib-dev and xine fonts again (1.2.9 -> 1.2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 01 16:16:00 2020 +0100 (2020-05-01) |
parents | 72d6b168828a |
children | da134f47b369 |
line diff
1.1 --- a/sleuthkit/receipt Fri Oct 04 17:41:01 2019 +0100 1.2 +++ b/sleuthkit/receipt Fri May 01 16:16:00 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sleuthkit" 1.7 -VERSION="4.6.7" 1.8 +VERSION="4.8.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -11,13 +11,15 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL" 1.15 1.16 -DEPENDS="perl" 1.17 -BUILD_DEPENDS="libpthread-stubs perl sqlite-dev" 1.18 +DEPENDS="gcc83-lib-base perl" 1.19 +BUILD_DEPENDS="gcc83 libpthread-stubs perl sqlite-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 ./configure \ 1.25 + CC=gcc-83 \ 1.26 + CXX=g++-83 \ 1.27 --prefix=/usr \ 1.28 --infodir=/usr/share/info \ 1.29 --mandir=/usr/share/man \