wok diff sleuthkit-dev/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents da134f47b369
children
line diff
     1.1 --- a/sleuthkit-dev/receipt	Thu Jun 04 16:22:12 2020 +0000
     1.2 +++ b/sleuthkit-dev/receipt	Mon May 16 16:20:40 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sleuthkit-dev"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.11.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for sleuthkit."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://www.sleuthkit.org/sleuthkit/"
    1.14 +WEB_SITE="http://www.sleuthkit.org/sleuthkit/"
    1.15  
    1.16  DEPENDS="sleuthkit"
    1.17  WANTED="sleuthkit"
    1.18 @@ -14,8 +14,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr/lib
    1.23 -
    1.24 -	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.25 -	cp -a $install/usr/include	$fs/usr
    1.26 +	cook_copy_folders	include
    1.27 +	cook_copy_files		*.*a
    1.28  }