wok view sleuthkit-dev/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
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 }