summaryrefslogtreecommitdiff
path: root/packaging/gentoo/tuxanci-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 1fb0129..19fce3d 100644
--- a/packaging/gentoo/tuxanci-9999.ebuild
+++ b/packaging/gentoo/tuxanci-9999.ebuild
@@ -40,21 +40,24 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
src_configure() {
- local mycmakeargs="$(cmake-utils_use_with sound AUDIO)
+ local mycmakeargs+=(
+ $(cmake-utils_use_with sound AUDIO)
$(cmake-utils_use_build dedicated SERVER)
$(cmake-utils_use_with nls)
$(cmake-utils_use_with opengl)
$(cmake-utils_use_enable ipv6)
- $(cmake-utils_use_enable debug)"
+ $(cmake-utils_use_enable debug)
+ )
- mycmakeargs="${mycmakeargs}
+ mycmakeargs+=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DCMAKE_INSTALL_ICONDIR=${GAMES_DATADIR_BASE}/pixmaps/
-DCMAKE_INSTALL_DESKTOPDIR=${GAMES_DATADIR_BASE}/applications/
-DCMAKE_DATA_PATH=${GAMES_DATADIR}
-DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/
-DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/${PF}
- -DCMAKE_CONF_PATH=${GAMES_SYSCONFDIR}"
+ -DCMAKE_CONF_PATH=${GAMES_SYSCONFDIR}
+ )
cmake-utils_src_configure
}