spiderfoot-paketlendi.
This commit is contained in:
parent
acee541e63
commit
5d570ac011
|
@ -15,7 +15,7 @@ tee "$name/talimat" > /dev/null <<EOF
|
||||||
# description:$desc
|
# description:$desc
|
||||||
# url:$url
|
# url:$url
|
||||||
# packager:$packager
|
# packager:$packager
|
||||||
# depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=$name
|
name=$name
|
||||||
version=$version
|
version=$version
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
M2Crypto
|
||||||
|
netaddr
|
||||||
|
pydns
|
||||||
|
cherrypy
|
||||||
|
mako
|
||||||
|
pysocks
|
||||||
|
pyPdf
|
||||||
|
metapdf
|
||||||
|
openxmllib
|
||||||
|
stem
|
|
@ -0,0 +1,23 @@
|
||||||
|
# description: SpiderFoot, the open source footprinting and intelligence-gathering tool.
|
||||||
|
# url:https://github.com/smicallef/spiderfoot
|
||||||
|
# packager:milisarge
|
||||||
|
# Depends on: python swig libxslt
|
||||||
|
|
||||||
|
|
||||||
|
name=spiderfoot
|
||||||
|
version=v2.6.1-final
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=(https://github.com/smicallef/spiderfoot/archive/v2.6.1-final.tar.gz deps)
|
||||||
|
|
||||||
|
#python modulleri yukleme
|
||||||
|
pip2 install -r deps
|
||||||
|
|
||||||
|
build () {
|
||||||
|
#mv /sources/v2.6.1-final.tar.gz /sources/spiderfoot-v2.6.1-final.tar.gz
|
||||||
|
mkdir -p $PKG/usr/lib/python2.7/site-packages/
|
||||||
|
mkdir -p $PKG/usr/share/
|
||||||
|
cp -r spiderfoot-* $PKG/usr/share/$name
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue