wok view sleuthkit-dev/receipt @ rev 25847

Up mutt dep libsasl-modules, required for smtps (thanks rantanplan for report)
author Stanislas Leduc <shann@slitaz.org>
date Mon May 26 22:28:58 2025 +0200 (3 weeks ago)
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 }