diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-08-05 22:31:13 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-08-05 22:31:13 +0000 |
commit | 1e7fbb2684910aede0d653de9db062f538607d81 (patch) | |
tree | d6fd9febcd11aa2a6d576ab77d57e0f502b812fb /games-action/minetest/metadata.xml | |
parent | Version bump (bug #479872). (diff) | |
download | gentoo-2-1e7fbb2684910aede0d653de9db062f538607d81.tar.gz gentoo-2-1e7fbb2684910aede0d653de9db062f538607d81.tar.bz2 gentoo-2-1e7fbb2684910aede0d653de9db062f538607d81.zip |
initial import wrt #399867
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action/minetest/metadata.xml')
-rw-r--r-- | games-action/minetest/metadata.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/games-action/minetest/metadata.xml b/games-action/minetest/metadata.xml new file mode 100644 index 000000000000..fd7ce545d351 --- /dev/null +++ b/games-action/minetest/metadata.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <maintainer> + <email>hasufell@gentoo.org</email> + <name>Julian Ospald</name> + </maintainer> + <longdescription lang="en"> + Minetest is an infinite-world block sandbox game and a game + engine, inspired by InfiniMiner, Minecraft and the like. It has + been in development and use since October 2010. + + It is Free and Open Source Software, released under the LGPL 2.1 + or later, available for Windows, Mac OS X and Linux. + + Minetest is developed by a random bunch of lunatics. + + Minetest is designed to be simple, stable and portable. It is + lightweight enough to run on fairly old hardware. It currently + runs playably on a laptop with Intel 945GM graphics. Though, as + for the CPU, dualcore is recommended. + + Features + * Walk around, dig and build in an infinite voxel world, + and craft stuff from raw materials to help you along the way. + * Simplistic Modding API that supports many kinds of additions + and modifications to the game. + * Multiplayer support for tens of players, via servers hosted by + users. + * Voxel based lighting with gameplay consequences + (light caves and buildings with torches) + * Almost infinite world and a beautiful map generator. + * Runs natively on Windows, Linux, OS X and FreeBSD. + * Supports multiple languages, translated by the community. + </longdescription> + <use> + <flag name="luajit"> + Use <pkg>dev-lang/luajit</pkg> + instead of <pkg>dev-lang/lua</pkg> + </flag> + <flag name="server">Build minetest server</flag> + </use> + <upstream> + <bugs-to>https://github.com/minetest/minetest/issues</bugs-to> + <doc lang="en">http://wiki.minetest.net/Main_Page</doc> + <remote-id type="github">minetest/minetest</remote-id> + </upstream> +</pkgmetadata> |