wok view sleuthkit-dev/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents 1d87b7c3fc93
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="sleuthkit-dev"
4 VERSION="3.2.3"
5 CATEGORY="development"
6 SHORT_DESC="devel files for sleuthkit."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="sleuthkit"
9 WEB_SITE="http://www.sleuthkit.org/sleuthkit"
10 WANTED="sleuthkit"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }