15 lines
		
	
	
		
			312 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			312 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
CMAKE_SOURCE=${WORKBASE}/${PN^}-${PV/_rc/-rcgit.}
 | 
						|
 | 
						|
require remmina
 | 
						|
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
 | 
						|
DEFAULT_SRC_PREPARE_PATCHES=(
 | 
						|
    "${FILES}"/0001-CMAKE-fix-GNUInstallDirs-usage.patch
 | 
						|
)
 | 
						|
 |