X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/dab6ddace704f38b7a74cabce339f7fa9739f763..541422c609285814ef4ba0080c6a8b207eb73835:/games-strategy/moo2-data/moo2-data-1.31.ebuild diff --git a/games-strategy/moo2-data/moo2-data-1.31.ebuild b/games-strategy/moo2-data/moo2-data-1.31.ebuild index de684fe..03b3538 100644 --- a/games-strategy/moo2-data/moo2-data-1.31.ebuild +++ b/games-strategy/moo2-data/moo2-data-1.31.ebuild @@ -1,3 +1,7 @@ +# Copyright © 2013 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or later. +# There is NO WARRANTY, to the extent permitted by law. + EAPI=5 inherit games @@ -5,21 +9,19 @@ inherit games DESCRIPTION="Master of Orion 2 Data Files" SRC_URI="setup_master_of_orion12_2.0.0.16.exe" -LICENSE="GOG_EULA" +LICENSE="GOG-EULA" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND="app-arch/innoextract" -RDEPEND="" RESTRICT="fetch" src_unpack() { - innoextract -Lsd "${S}" "${DISTDIR}/${A}" + innoextract -Lsd "$S" "$DISTDIR/$A" } src_install() { - insinto "${GAMES_DATADIR}/${PN}" + insinto "$GAMES_DATADIR/$PN" doins app/'master of orion 2'/*.lbx }