mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
31 lines
780 B
Bash
31 lines
780 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Archive of packetstorm exploits"
|
|
HOMEPAGE="http://packetstormsecurity.net"
|
|
IUSE=""
|
|
|
|
#Use yearly archivers
|
|
SRC_URI="https://dl.packetstormsecurity.net/1412-exploits/2014-exploits.tgz"
|
|
|
|
LICENSE="HPND"
|
|
SLOT="2014"
|
|
KEYWORDS="amd64 x86 arm"
|
|
|
|
DEPEND=""
|
|
RDEPEND="!app-exploits/packetstormexploits:0"
|
|
|
|
QA_PREBUILT="/usr/share/exploits/packetstormexploits/0001-exploits/bnc246
|
|
/usr/share/exploits/packetstormexploits/0212-exploits/kadmin
|
|
/usr/share/exploits/packetstormexploits/9902-exploits/SDI-lsof
|
|
/usr/share/exploits/packetstormexploits/0204-exploits/7350fun"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
insinto /usr/share/exploits/${PN}/
|
|
doins -r *
|
|
}
|