wok view sleuthkit-dev/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 9c53e96ffd54
children 595388de14c6
line source
1 # SliTaz package receipt.
3 PACKAGE="sleuthkit-dev"
4 VERSION="4.9.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for sleuthkit."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://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 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }