| 
									
										
										
										
											2016-02-16 17:58:33 +00:00
										 |  |  | # Copyright 2016 Julian Ospald <hasufell@posteo.de> | 
					
						
							|  |  |  | # Distributed under the terms of the GNU General Public License v2 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | require cmake gtk-icon-cache | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SUMMARY="Free/Libre Action Roleplaying game" | 
					
						
							|  |  |  | HOMEPAGE="https://github.com/clintbellanger/flare-game" | 
					
						
							|  |  |  | DOWNLOADS="https://github.com/clintbellanger/flare-game/archive/v${PV}.tar.gz -> ${PNV}-game.tar.gz" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LICENCES="CC-BY-SA-3.0 GPL-2 GPL-3 OFL-1.1" | 
					
						
							|  |  |  | SLOT="0" | 
					
						
							|  |  |  | PLATFORMS="~amd64 ~x86" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | DEPENDENCIES="
 | 
					
						
							|  |  |  |     run: | 
					
						
							|  |  |  |         games-engines/flare[~${PV}] | 
					
						
							|  |  |  | "
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | WORK=${WORKBASE}/${PN}-game-${PV} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CMAKE_SRC_CONFIGURE_PARAMS=( | 
					
						
							|  |  |  |     -DBINDIR="/usr/$(exhost --target)/bin" | 
					
						
							|  |  |  |     -DDATADIR=/usr/share/${PN} | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | src_install() { | 
					
						
							|  |  |  | 	cmake_src_install | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     herebin ${PN}-game <<EOF | 
					
						
							|  |  |  | #!/bin/sh
 | 
					
						
							|  |  |  | exec flare --game=flare-game "\$@" | 
					
						
							| 
									
										
										
										
											2016-02-16 18:03:30 +00:00
										 |  |  | EOF | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     insinto /usr/share/applications | 
					
						
							|  |  |  |     hereins ${PN}.desktop <<EOF | 
					
						
							|  |  |  | [Desktop Entry] | 
					
						
							|  |  |  | Name=Flare (game) | 
					
						
							|  |  |  | Type=Application | 
					
						
							|  |  |  | Comment=Free/Libre Action Roleplaying game | 
					
						
							|  |  |  | Exec=flare-game | 
					
						
							|  |  |  | TryExec=flare-game | 
					
						
							|  |  |  | Icon=flare | 
					
						
							|  |  |  | Categories=Game;RolePlaying; | 
					
						
							| 
									
										
										
										
											2016-02-16 17:58:33 +00:00
										 |  |  | EOF | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	dodoc README | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 |