wok view sleuthkit-dev/receipt @ rev 17737
python-lxml: update bdeps
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Mar 06 10:03:18 2015 -0300 (2015-03-06) |
parents | fbd3bf6502b5 |
children | 72d6b168828a |
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 LICENSE="GPL2"
9 WEB_SITE="http://www.sleuthkit.org/sleuthkit"
10 WANTED="sleuthkit"
12 DEPENDS="sleuthkit"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }