You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.5 KiB
						
					
					
				# --- SDE-COPYRIGHT-NOTE-BEGIN --- | 
						|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. | 
						|
# | 
						|
# Filename: package/.../skalibs/skaware-conf.in | 
						|
# Copyright (C) 2011 The OpenSDE Project | 
						|
# | 
						|
# More information can be found in the files COPYING and README. | 
						|
# | 
						|
# This program is free software; you can redistribute it and/or modify | 
						|
# it under the terms of the GNU General Public License as published by | 
						|
# the Free Software Foundation; version 2 of the License. A copy of the | 
						|
# GNU General Public License can be found in the file COPYING. | 
						|
# --- SDE-COPYRIGHT-NOTE-END --- | 
						|
 | 
						|
# do not run the useless configure script dummy | 
						|
runconf=0 | 
						|
 | 
						|
# do not run make install because we do not want slashpackage convention | 
						|
# by default | 
						|
makeinstopt= | 
						|
 | 
						|
skaware_conf() { | 
						|
	# configure build environment | 
						|
	echo "$CC" > conf-compile/conf-cc | 
						|
	echo "$CC" > conf-compile/conf-ld | 
						|
	echo "$CC" > conf-compile/conf-dynld | 
						|
	echo "$STRIP -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-stripbins | 
						|
	echo "$STRIP -x -R .note -R .comment -R .note.GNU-stack" > conf-compile/conf-striplibs | 
						|
 | 
						|
	# configure packages that depend on skalibs | 
						|
	if [ ! $pkg = "skalibs" ]; then | 
						|
		pkgprefix -t skalibs | 
						|
		echo "$( pkgprefix -r libdir skalibs )" > conf-compile/path-library | 
						|
		echo "$( pkgprefix -r libdir skalibs )" > conf-compile/path-library.so | 
						|
		echo "$( pkgprefix -r includedir skalibs )" > conf-compile/path-include | 
						|
		echo "$( pkgprefix -r skalibs )/sysdeps" > conf-compile/import | 
						|
	fi | 
						|
} | 
						|
hook_add preconf 1 'skaware_conf'
 | 
						|
 |