wok-stable view sleuthkit-dev/receipt @ rev 12328

Added libao to Graveman and removed the returns I (accidentally) added in DEPENDS and BUILD_DEPENDS
author Brenton Scott <admin@trixarian.net>
date Sat Sep 22 22:10:45 2012 +0200 (2012-09-22)
parents 1d87b7c3fc93
children
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 }