wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="sleuthkit-dev"
4 VERSION="4.11.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sleuthkit."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.sleuthkit.org/sleuthkit/"
11 DEPENDS="sleuthkit"
12 WANTED="sleuthkit"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }