Skip to content

Commit

Permalink
games-strategy/megaglest-data: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent c9ade02 commit fbd2956
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-strategy/megaglest-data/megaglest-data-3.11.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -18,6 +18,10 @@ DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt )

S=${WORKDIR}/${MY_PN}-${PV}

src_prepare() {
cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
-DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}"
Expand Down

0 comments on commit fbd2956

Please sign in to comment.