|  |  | @ -2,7 +2,7 @@ | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | # Slackware build script for SDRPlay | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | # Copyright 2017 Alan Aversa USA | 
			
		
	
		
			
				
					|  |  |  | # Copyright 2020 Alan Aversa USA | 
			
		
	
		
			
				
					|  |  |  | # All rights reserved. | 
			
		
	
		
			
				
					|  |  |  | # | 
			
		
	
		
			
				
					|  |  |  | # Redistribution and use of this script, with or without modification, is | 
			
		
	
	
		
			
				
					|  |  | @ -23,7 +23,7 @@ | 
			
		
	
		
			
				
					|  |  |  | #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | PRGNAM=SDRPlay | 
			
		
	
		
			
				
					|  |  |  | VERSION=${VERSION:-2.10.2} | 
			
		
	
		
			
				
					|  |  |  | VERSION=${VERSION:-2.13.1} | 
			
		
	
		
			
				
					|  |  |  | BUILD=${BUILD:-1} | 
			
		
	
		
			
				
					|  |  |  | TAG=${TAG:-_SBo} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -60,7 +60,7 @@ find -L . \ | 
			
		
	
		
			
				
					|  |  |  |  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ | 
			
		
	
		
			
				
					|  |  |  |   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | VERS="2.10" | 
			
		
	
		
			
				
					|  |  |  | VERS="2.13" | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | mkdir -p $PKG/usr/lib$LIBDIRSUFFIX | 
			
		
	
		
			
				
					|  |  |  | install -m644 ${ARCH}/libmirsdrapi-rsp.so.${VERS} $PKG/usr/lib$LIBDIRSUFFIX | 
			
		
	
	
		
			
				
					|  |  | 
 |