libssh2.paketlendi
This commit is contained in:
		
							parent
							
								
									033708e8e8
								
							
						
					
					
						commit
						d7bfdc1a2d
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								talimatname/genel/libssh2/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								talimatname/genel/libssh2/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
# Description: ssh2 kütüphanesi
 | 
			
		||||
# URL: http://www.libssh2.org/
 | 
			
		||||
# Packager: yakar (aydin@komutan.org)
 | 
			
		||||
# Depends on: doxygen cmake
 | 
			
		||||
 | 
			
		||||
name=libssh2
 | 
			
		||||
version=1.8.0
 | 
			
		||||
release=1
 | 
			
		||||
 | 
			
		||||
source=(https://www.libssh2.org/download/$name-$version.tar.gz)
 | 
			
		||||
	
 | 
			
		||||
build() {
 | 
			
		||||
	cd "$name-$version"
 | 
			
		||||
	./configure --prefix=/usr
 | 
			
		||||
	make
 | 
			
		||||
	make DESTDIR="$PKG" install
 | 
			
		||||
	install -Dm644 COPYING "$PKG/usr/share/licenses/$name/LICENSE"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue