wok diff p0f/receipt @ rev 10903
Add zbar
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 21 11:42:09 2011 +0200 (2011-07-21) |
parents | |
children | d5189db061ed |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/p0f/receipt Thu Jul 21 11:42:09 2011 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="p0f" 1.7 +VERSION="2.0.8" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="passive OS fingerprinting tool" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +BUILD_DEPENDS="libpcap-dev" 1.12 +TARBALL="$PACKAGE-$VERSION.tgz" 1.13 +WEB_SITE="http://lcamtuf.coredump.cx/p0f.shtml" 1.14 +WGET_URL="http://lcamtuf.coredump.cx/p0f/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + make 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/sbin $fs/etc/p0f 1.27 + install -m744 $src/p0f $src/p0frep $fs/usr/sbin 1.28 + install -m644 $src/p0f.fp $src/p0fa.fp $src/p0fr.fp $src/p0fo.fp $fs/etc/p0f 1.29 +} 1.30 +