wok-6.x annotate metasploit/receipt @ rev 21843
updated rlwrap (0.37 -> 0.43)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 15 10:00:17 2019 +0100 (2019-09-15) |
parents | 6e8b1bcb30e2 |
children | 5af8e6bf64b2 |
rev | line source |
---|---|
slaxemulator@9444 | 1 # SliTaz package receipt. |
slaxemulator@9444 | 2 |
slaxemulator@9444 | 3 PACKAGE="metasploit" |
Hans-G?nter@21434 | 4 VERSION="5.0.18" |
slaxemulator@9444 | 5 CATEGORY="network" |
Hans-G?nter@21434 | 6 SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code." |
slaxemulator@9444 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15584 | 8 LICENSE="BSD" |
pascal@20671 | 9 WEB_SITE="https://www.metasploit.com/" |
slaxemulator@9444 | 10 |
Hans-G?nter@21434 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21434 | 12 WGET_URL="https://github.com/rapid7/$PACKAGE-framework/archive/$VERSION.tar.gz" |
Hans-G?nter@21434 | 13 |
Hans-G?nter@21434 | 14 DEPENDS="libpcap ruby" |
pascal@15584 | 15 |
slaxemulator@9444 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9444 | 17 genpkg_rules() |
slaxemulator@9444 | 18 { |
Hans-G?nter@21434 | 19 mkdir -p $fs/usr/share/$PACKAGE |
Hans-G?nter@21434 | 20 mkdir -p $fs/etc/profile.d |
Hans-G?nter@21434 | 21 |
slaxemulator@9444 | 22 cp -a $src/* $fs/usr/share/$PACKAGE |
slaxemulator@9444 | 23 echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh |
slaxemulator@9444 | 24 chmod 755 $fs/etc/profile.d/$PACKAGE.sh |
slaxemulator@9444 | 25 } |