protobuf-c
This commit is contained in:
		
							parent
							
								
									b6d7d216f0
								
							
						
					
					
						commit
						91aa9e50da
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		
							
								
								
									
										19
									
								
								talimatname/genel/p/protobuf-c/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								talimatname/genel/p/protobuf-c/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
# Tanım: C'de protokol arabellekleri uygulaması
 | 
			
		||||
# URL: https://github.com/protobuf-c/protobuf-c
 | 
			
		||||
# Paketçi: Cihan_Alkan
 | 
			
		||||
# Gerekler: protobuf
 | 
			
		||||
# Grup: kütüphane
 | 
			
		||||
 | 
			
		||||
isim=protobuf-c
 | 
			
		||||
surum=1.3.0
 | 
			
		||||
devir=1
 | 
			
		||||
 | 
			
		||||
kaynak=(https://github.com/protobuf-c/protobuf-c/releases/download/v$surum/$isim-$surum.tar.gz)
 | 
			
		||||
 | 
			
		||||
derle() {
 | 
			
		||||
  cd "$isim-$surum"
 | 
			
		||||
  ./configure --prefix=/usr --disable-static
 | 
			
		||||
  make
 | 
			
		||||
  make DESTDIR="$PKG" install
 | 
			
		||||
  install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue