wok-next diff metasploit/receipt @ rev 14243
lirc: remove incompatible drivers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 23 10:06:31 2013 +0100 (2013-03-23) |
parents | |
children | 3765f181a6d5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/metasploit/receipt Sat Mar 23 10:06:31 2013 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="metasploit" 1.7 +VERSION="3.6.0" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="ruby libpcap" 1.12 +SOURCE="framework" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.metasploit.com/" 1.15 +WGET_URL="http://updates.metasploit.com/data/releases/$TARBALL" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/share/$PACKAGE $fs/etc/profile.d 1.21 + cp -a $src/* $fs/usr/share/$PACKAGE 1.22 + echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh 1.23 + chmod 755 $fs/etc/profile.d/$PACKAGE.sh 1.24 +} 1.25 +