wok-6.x view sleuthkit-dev/receipt @ rev 23666
created recipe for spacefm-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 25 07:35:58 2020 +0100 (2020-04-25) |
parents | 72d6b168828a |
children | da134f47b369 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sleuthkit-dev"
4 VERSION="4.8.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 }