tinyemu-paketlendi
This commit is contained in:
		
							parent
							
								
									695b51dc04
								
							
						
					
					
						commit
						c55fcdb5e7
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								talimatname/genel/t/tinyemu/talimat
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								talimatname/genel/t/tinyemu/talimat
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,21 @@
 | 
			
		|||
# Tanım: RISC-V sistem emülatörü
 | 
			
		||||
# URL: https://bellard.org/tinyemu/
 | 
			
		||||
# Paketçi: milisarge
 | 
			
		||||
# Gerekler: sdl 
 | 
			
		||||
# Grup: sistem
 | 
			
		||||
 | 
			
		||||
isim=tinyemu
 | 
			
		||||
surum=2018_09_23
 | 
			
		||||
devir=1
 | 
			
		||||
kaynak=(https://bellard.org/tinyemu/tinyemu-${surum//_/-}.tar.gz
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
derle() {
 | 
			
		||||
	cd "$isim-${surum//_/-}"
 | 
			
		||||
	make -C $SRC/"$isim-${surum//_/-}"
 | 
			
		||||
	install -d "$PKG/usr/local/bin"
 | 
			
		||||
	make DESTDIR="$PKG" install
 | 
			
		||||
	mv "$PKG/usr/local/bin" "$PKG/usr/"
 | 
			
		||||
	rm -rf $PKG/usr/local 
 | 
			
		||||
	install -Dm644 MIT-LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue