wok-next view metasploit/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="metasploit"
4 VERSION="3.6.0"
5 CATEGORY="network"
6 SHORT_DESC="Advanced platform for developing, testing, and using exploit code"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.metasploit.com/"
11 TARBALL="framework-$VERSION.tar.bz2"
12 WGET_URL="http://updates.metasploit.com/data/releases/$TARBALL"
14 genpkg_rules() {
15 mkdir -p $fs/usr/share/$PACKAGE $fs/etc/profile.d
16 cp -a $src/* $fs/usr/share/$PACKAGE
17 echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh
18 chmod 755 $fs/etc/profile.d/$PACKAGE.sh
19 DEPENDS="ruby libpcap"
20 }