# 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" #Use yearly archivers SRC_URI="https://dl.packetstormsecurity.net/1612-exploits/2016-exploits.tgz" LICENSE="HPND" SLOT="2016" KEYWORDS="amd64 x86 arm" IUSE="" DEPEND="" RDEPEND="!app-exploits/packetstormexploits:0" S="${WORKDIR}" src_install() { insinto /usr/share/exploits/${PN}/ doins -r * }