pentoo-overlay/www-apps/beef/beef-0.4.0.0.ebuild
2013-07-10 11:01:50 +00:00

26 lines
611 B
Bash

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit webapp
DESCRIPTION="Browser exploitation framework"
HOMEPAGE="http://www.bindshell.net/tools/beef/releases.html"
SRC_URI="http://www.bindshell.net/tools/beef/$PN-v$PV.tar.tar -> $PN-v$PV.tar.gz"
LICENSE="AGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-lang/php[filter]"
src_install() {
webapp_src_preinst
cp -R beef/* "${D}"/${MY_HTDOCSDIR}
webapp_serverowned ${MY_HTDOCSDIR}/include
webapp_serverowned -R ${MY_HTDOCSDIR}/cache
webapp_src_install
}