wok-next view metasploit/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }