[Lunar-commits] <moonbase-other> widelands: New game!

Peter de Ridder peter at lunar-linux.org
Sun Sep 1 18:36:21 CEST 2013


commit 8a4f13bc2b3c6e2ff2e140b9ae8b7f437a600d23
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 01 Sep 2013 04:22:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8a4f13bc2b3c6e2ff2e140b9ae8b7f437a600d23

widelands: New game!
---
  games/widelands/BUILD     | +7/-0     
  games/widelands/DEPENDS   | +9/-0     
  games/widelands/DETAILS   | +20/-0    
  games/widelands/PRE_BUILD | +3/-0     
  4 files changed, 39 insertions(+)

--- /dev/null
+++ b/games/widelands/BUILD
@@ -0,0 +1,7 @@
+make -C lua-5.1.5 linux &&
+make -C lua-5.1.5 local &&
+export LUA_DIR="$SOURCE_DIRECTORY/lua-5.1.5" &&
+sedit /Boost_USE_STATIC_LIBS/d CMakeLists.txt &&
+sedit '/#ifndef WIN32/a\
+    #include <unistd.h>' src/main.cc &&
+default_cmake_build
--- /dev/null
+++ b/games/widelands/DEPENDS
@@ -0,0 +1,9 @@
+depends SDL_image
+depends SDL_mixer
+depends SDL_ttf
+depends SDL_gfx
+depends SDL_net
+depends boost
+depends glew
+depends freetype2
+
--- /dev/null
+++ b/games/widelands/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=widelands
+         VERSION=build17-src
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+         SOURCE2=lua-5.1.5.tar.gz
+      SOURCE_URL=https://launchpad.net/widelands/build17/build-17/+download/
+     SOURCE2_URL=http://www.lua.org/ftp
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:0ac6e1a1e6a5ba8cdd01c3f70e4c391ae9186ff1
+     SOURCE2_VFY=sha1:b3882111ad02ecc6b972f8c1241647905cb2e3fc
+        WEB_SITE="http://wl.widelands.org/"
+         ENTERED=20121005
+         UPDATED=20121005
+           SHORT="free realtime strategy game"
+cat <<EOF
+Widelands is an open source (GPLed) real-time strategy game. It is
+built upon the SDL and other open source libraries and is (and will
+always be) under heavy development. If you knew Settlers I & II(TM)
+((C) Bluebyte), then you already have a rough idea what Widelands is
+all about because widelands is heavily inspired by those two games.
+EOF
--- /dev/null
+++ b/games/widelands/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+unpack $SOURCE2




More information about the Lunar-commits mailing list