spiderfoot-virtualenv.paketlendi
This commit is contained in:
		
							parent
							
								
									49c2dad700
								
							
						
					
					
						commit
						ebf82fd7fe
					
				
					 3 changed files with 37 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								talimatname/genel/spiderfoot-virtualenv/deps
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								talimatname/genel/spiderfoot-virtualenv/deps
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
M2Crypto
 | 
			
		||||
netaddr
 | 
			
		||||
pydns
 | 
			
		||||
cherrypy
 | 
			
		||||
mako
 | 
			
		||||
pysocks
 | 
			
		||||
pyPdf
 | 
			
		||||
metapdf
 | 
			
		||||
openxmllib
 | 
			
		||||
stem
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,2 @@
 | 
			
		|||
pip_kur
 | 
			
		||||
pip2 install virtualenv
 | 
			
		||||
							
								
								
									
										25
									
								
								talimatname/genel/spiderfoot-virtualenv/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								talimatname/genel/spiderfoot-virtualenv/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,25 @@
 | 
			
		|||
# 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-virtualenv
 | 
			
		||||
version=v2.6.1-final
 | 
			
		||||
release=1
 | 
			
		||||
 | 
			
		||||
source=(https://github.com/smicallef/spiderfoot/archive/v2.6.1-final.tar.gz deps)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
build () {
 | 
			
		||||
	pip_kur
 | 
			
		||||
	pip2 install virtualenv
 | 
			
		||||
	mkdir -p $PKG/usr/share/$name
 | 
			
		||||
	cd $PKG/usr/share/$name
 | 
			
		||||
	virtualenv --python=python2.7 env
 | 
			
		||||
	#python modulleri yukleme
 | 
			
		||||
	env/bin/pip2 install -r $SRC/deps
 | 
			
		||||
	cd -
 | 
			
		||||
	cp -r spiderfoot-2.6.1-final/* $PKG/usr/share/$name/
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue