| 
									
										
										
										
											2016-02-28 23:05:15 +00:00
										 |  |  | # Copyright 2016 Julian Ospald <hasufell@posteo.de> | 
					
						
							| 
									
										
										
										
											2016-02-24 17:08:51 +00:00
										 |  |  | # Distributed under the terms of the GNU General Public License v2 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SUMMARY="A flexible, cross-platform scripting library" | 
					
						
							|  |  |  | HOMEPAGE="http://www.angelcode.com/angelscript/" | 
					
						
							|  |  |  | DOWNLOADS="http://www.angelcode.com/angelscript/sdk/files/angelscript_${PV}.zip" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LICENCES="ZLIB" | 
					
						
							|  |  |  | SLOT="0" | 
					
						
							|  |  |  | PLATFORMS="~amd64 ~x86" | 
					
						
							|  |  |  | MYOPTIONS="" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DEPENDENCIES="
 | 
					
						
							| 
									
										
										
										
											2016-02-28 23:05:15 +00:00
										 |  |  |     build: | 
					
						
							|  |  |  |         virtual/unzip | 
					
						
							| 
									
										
										
										
											2016-02-24 17:08:51 +00:00
										 |  |  | "
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | WORK=${WORKBASE}/sdk | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DEFAULT_SRC_PREPARE_PATCHES=( | 
					
						
							|  |  |  |     "${FILES}"/${PNV}-install.patch | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_compile() { | 
					
						
							| 
									
										
										
										
											2016-02-28 23:05:15 +00:00
										 |  |  |     export CXX=${CXX} AR=${AR} RANLIB=${RANLIB} | 
					
						
							|  |  |  |     emake -C ${PN}/projects/gnuc \
 | 
					
						
							| 
									
										
										
										
											2016-02-24 17:08:51 +00:00
										 |  |  |         LIBRARYDEST= | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_install() { | 
					
						
							|  |  |  |     emake -C ${PN}/projects/gnuc \
 | 
					
						
							|  |  |  |         LIBRARYDEST="${IMAGE}"/usr/$(exhost --target)/lib \
 | 
					
						
							|  |  |  |         INCLUDEDEST="${IMAGE}"/usr/$(exhost --target)/include/ install | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     insinto /usr/share/doc/${PNVR}/html | 
					
						
							|  |  |  |     doins -r "${WORK}"/docs/* | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |