wok-next view metasploit/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }