2016-08-20 22:57:21 +00:00
|
|
|
# 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"
|
|
|
|
|
2016-09-29 21:08:12 +00:00
|
|
|
DEFAULT_SRC_PREPARE_PATCHES=(
|
|
|
|
"${FILES}"/0001-CMAKE-fix-GNUInstallDirs-usage.patch
|
|
|
|
)
|
|
|
|
|