blob: 1d1cff68bea3428fd0fed5990d24576b600483e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
require nomacs
PLATFORMS="~amd64 ~x86"
CMAKE_SOURCE=${WORKBASE}/${PNV}/ImageLounge
#for some reason github in scm mode + cmake exlibs causing problems, this workaround is necessary
pkg_setup() {
edo mkdir "${WORKBASE}/build"
edo chmod o+rwx "${WORKBASE}/build"
}
|