mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
net-analyzer/blindelephant: initial add, replacing wafp
This commit is contained in:
parent
7b37faf011
commit
d119ae94f1
2 changed files with 33 additions and 0 deletions
1
net-analyzer/blindelephant/Manifest
Normal file
1
net-analyzer/blindelephant/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD blindelephant-9999.ebuild 696 SHA256 1d5ad4d8b3735e9d1889681d57a1af981d9e0c32328d42c030eb5fb4c5b5f2a5 SHA512 10c8f6ee09b7bdc154cc02d10a3bf593b623f18d92fd62faf4153bb3606e494798941642eb4dadec4ab9d36ef8cf6f177d89800e261cf2f8a19d748a9c03ecc2 WHIRLPOOL 89e0b94e20ad3543a730dcd306b803203417e8dc5abe03adb79f14c05c0c3d527420ef76708e3416d2cce6e0569b80e6c41322ddab77660592f9896a19db52a3
|
||||
32
net-analyzer/blindelephant/blindelephant-9999.ebuild
Normal file
32
net-analyzer/blindelephant/blindelephant-9999.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit subversion distutils
|
||||
|
||||
DESCRIPTION="generic web application fingerprinter that produces results by examining a small set of static files"
|
||||
HOMEPAGE="http://blindelephant.sourceforge.net/"
|
||||
ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
cd trunk/src
|
||||
distutils_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd trunk/src
|
||||
distutils_src_install
|
||||
dodoc "${S}"/trunk/README "${S}"/trunk/doc/*
|
||||
insinto /usr/share/${PN}
|
||||
doins -r "${S}"/trunk/tools/*
|
||||
}
|
||||
Loading…
Reference in a new issue