wok view spruz/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
children 3b4e4318134e
line source
1 # SliTaz package receipt.
3 PACKAGE="spruz"
4 VERSION="0.2.6"
5 CATEGORY="development"
6 SHORT_DESC="All the stuff that isn't good/big enough for a real library."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="ruby"
9 BUILD_DEPENDS="ruby-dev"
10 TARBALL="$PACKAGE-$VERSION.gem"
11 WEB_SITE="http://rubygems.org/gems/spruz"
12 WGET_URL="http://rubygems.org/downloads/$TARBALL"
13 COOK_OPT="!repack_src !unpack"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 local _gemdir="$(ruby -rubygems -e'puts Gem.default_dir')"
19 gem install --ignore-dependencies -i "$DESTDIR/$_gemdir" $SOURCES_REPOSITORY/$TARBALL
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }