You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							479 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							479 B
						
					
					
				
								import 'compile/configure'
							 | 
						|
								
							 | 
						|
								name=libev
							 | 
						|
								version=4.23
							 | 
						|
								update_url="http://dist.schmorp.de/$name/"
							 | 
						|
								
							 | 
						|
								dlextract "http://dist.schmorp.de/$name/$name-$version.tar.gz" \
							 | 
						|
								          'f1dbf786ead8307e0d4f5f68f2f8526c'
							 | 
						|
								header_end
							 | 
						|
								
							 | 
						|
								cd "$name-$version"
							 | 
						|
								
							 | 
						|
								# Don't install the libevent compatibility header, as it conflicts with the actual libevent.
							 | 
						|
								sed -i -e '/include_HEADERS/s/event.h//' Makefile.in
							 | 
						|
								
							 | 
						|
								compile_configure -- --disable-static
							 | 
						|
								
							 | 
						|
								# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
							 | 
						|
								
							 |