wok view metasploit/receipt @ rev 11859

up nss-ldapd 0.7.15
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 27 10:14:03 2012 -0800 (2012-02-27)
parents
children 3765f181a6d5
line source
1 # SliTaz package receipt.
3 PACKAGE="metasploit"
4 VERSION="3.6.0"
5 CATEGORY="network"
6 SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code"
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="ruby libpcap"
9 SOURCE="framework"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.metasploit.com/"
12 WGET_URL="http://updates.metasploit.com/data/releases/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/$PACKAGE $fs/etc/profile.d
18 cp -a $src/* $fs/usr/share/$PACKAGE
19 echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh
20 chmod 755 $fs/etc/profile.d/$PACKAGE.sh
21 }