diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /games-arcade/marbleblast-demo | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/marbleblast-demo')
-rw-r--r-- | games-arcade/marbleblast-demo/Manifest | 3 | ||||
-rw-r--r-- | games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild | 35 | ||||
-rw-r--r-- | games-arcade/marbleblast-demo/metadata.xml | 31 |
3 files changed, 69 insertions, 0 deletions
diff --git a/games-arcade/marbleblast-demo/Manifest b/games-arcade/marbleblast-demo/Manifest new file mode 100644 index 000000000000..dbd08550a750 --- /dev/null +++ b/games-arcade/marbleblast-demo/Manifest @@ -0,0 +1,3 @@ +DIST MarbleBlastDemo-1.3.sh.bin 10800892 BLAKE2B 87fe4ae6f07365f2ed3cc6f6c4006c9a7ca4f8bdcd07cc0a20a5f575130c65666edab45ad6ff191ced8d29556c3e2c662d93b0d4938de8a3571af04698cae66b SHA512 24bd5f03c8868ab83e2bcfe27ab60f86727e972f04cafe4d5ff940a77adf4a362c3de1b0391b5763aed8dc946af7b769da60654b2ea53133521b200a99ebdde8 +EBUILD marbleblast-demo-1.3.ebuild 819 BLAKE2B b53c47de135619c4edebbfa160cdea05a154f5ce05926145816613c52acd72b3c7b07dbca74f2069d988475715850205e4bdfd8ebf01799ab6a75579c9fcbf44 SHA512 3dd6560b3e307eca3f5e90686f26ce89f9f65373ac7099d1c93f1e47f870bf2bbff1ffc95c516120e53e94d54de98e7287218b13a5dd955da6fe582b9b49fa77 +MISC metadata.xml 1469 BLAKE2B 44f92ff998c0bc156b588ec6b95bc493e85bbf622d4dad4ba915b85283ccd01c6f459344c76510a1ecd92005d2668da0d2e573f209a7eed97a7068bab03fe7c5 SHA512 c11947aebdc32a03efd9645466df5e946a386d262a6e529e289cdc213e93d993ff67300d9d96b69af647a84947777dc6f90db9a0a5568d02ba81689ff90b2b45 diff --git a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild new file mode 100644 index 000000000000..a99f38dc06b0 --- /dev/null +++ b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit unpacker games + +DESCRIPTION="race marbles through crazy stages" +HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=3" +SRC_URI="ftp://ggdev-1.homelan.com/marbleblast/MarbleBlastDemo-${PV}.sh.bin" + +LICENSE="MARBLEBLAST" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="strip" + +S=${WORKDIR} + +dir=${GAMES_PREFIX_OPT}/${PN} +QA_PREBUILT="${dir:1}/marbleblastdemo.bin + ${dir:1}/lib/lib*" + +src_install() { + dodir "${dir}" "${GAMES_BINDIR}" + + tar -zxf MarbleBlast.tar.gz -C "${D}/${dir}" || die "extracting MarbleBlast.tar.gz" + + exeinto "${dir}" + doexe bin/Linux/x86/marbleblastdemo + dosym "${dir}"/marbleblastdemo "${GAMES_BINDIR}"/marbleblast-demo + + dodoc README_DEMO.txt + + prepgamesdirs +} diff --git a/games-arcade/marbleblast-demo/metadata.xml b/games-arcade/marbleblast-demo/metadata.xml new file mode 100644 index 000000000000..581d9cab5924 --- /dev/null +++ b/games-arcade/marbleblast-demo/metadata.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +<longdescription> +Marble Blast is an arcade action game with simple yet addictive gameplay, +suitable for players of any age. In the rich cartoon landscape of Marble +Blast, players will race their marbles through moving platforms, dangerous +hazards, sparkling treasures and power up enhancements in an effort to +complete each course in record time. + +Marble Blast introduces new players to the game with a set of +progressively more difficult beginner training levels, each designed to +showcase a power up or game hazard. The hazards players will face in +Marble Blast include powerful fans, whirling tornados, land mines, +pinball-style bumpers, narrow catwalks, moving pistons, dizzying chasms, +and more. + +To get past these obstacles, players can find and use five different +ability enhancing power ups - the SuperSpeed, SuperJump, SuperBounce, +Shock Asbsorber and Gyrocopter. Some levels contain gravity modifiers, +which allow the player to change the direction of gravity. + +Marble Blast comes with 72 whimsical and challenging levels, as well as +the ability for advanced players to craft and share their own levels. +Marble Blast is sure to provide many hours of fun for the whole family. +</longdescription> +</pkgmetadata> |