wok annotate frei0r-plugins-dev/receipt @ rev 10259
Add p0f. A passive OS fingerprinting tool.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 04:09:33 2011 +0000 (2011-05-21) |
parents | 2ecfb88314ac |
children | fcdd50638150 |
rev | line source |
---|---|
jozee@6824 | 1 # SliTaz package receipt. |
jozee@6824 | 2 |
jozee@6824 | 3 PACKAGE="frei0r-plugins-dev" |
slaxemulator@9245 | 4 VERSION="1.3" |
jozee@6824 | 5 CATEGORY="development" |
jozee@6824 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@6824 | 7 SHORT_DESC="frei0r-plugins devel files" |
jozee@6824 | 8 WEB_SITE="http://www.piksel.org/frei0r" |
slaxemulator@6863 | 9 DEPENDS="frei0r-plugins" |
jozee@6824 | 10 WANTED="frei0r-plugins" |
jozee@6824 | 11 |
jozee@6824 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6824 | 13 genpkg_rules() |
jozee@6824 | 14 { |
jozee@6824 | 15 mkdir -p $fs/usr |
jozee@6824 | 16 cp -a $_pkg/usr/include $fs/usr |
jozee@6824 | 17 } |