forked from Bananymous/banan-os
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			342 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
| #!/bin/bash ../install.sh
 | |
| 
 | |
| NAME='expat'
 | |
| VERSION='2.7.1'
 | |
| DOWNLOAD_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-$VERSION.tar.gz#0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2"
 | |
| CONFIG_SUB=('conftools/config.sub')
 | |
| 
 | |
| post_install() {
 | |
| 	# remove libtool file
 | |
| 	rm -f $BANAN_SYSROOT/usr/lib/libexpat.la
 | |
| }
 |