wok view p0f/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents
children d5189db061ed
line source
1 # SliTaz package receipt.
3 PACKAGE="p0f"
4 VERSION="2.0.8"
5 CATEGORY="network"
6 SHORT_DESC="passive OS fingerprinting tool"
7 MAINTAINER="slaxemulator@gmail.com"
8 BUILD_DEPENDS="libpcap-dev"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://lcamtuf.coredump.cx/p0f.shtml"
11 WGET_URL="http://lcamtuf.coredump.cx/p0f/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/sbin $fs/etc/p0f
24 install -m744 $src/p0f $src/p0frep $fs/usr/sbin
25 install -m644 $src/p0f.fp $src/p0fa.fp $src/p0fr.fp $src/p0fo.fp $fs/etc/p0f
26 }