SF.net SVN: gar:[22728] csw/mgar/pkg/wesnoth/trunk
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Mon Dec 23 02:00:45 CET 2013
Revision: 22728
http://sourceforge.net/p/gar/code/22728
Author: jake_goerzen
Date: 2013-12-23 01:00:39 +0000 (Mon, 23 Dec 2013)
Log Message:
-----------
wesnoth: update to 1.10.7; not buildable yet needs work
Modified Paths:
--------------
csw/mgar/pkg/wesnoth/trunk/Makefile
csw/mgar/pkg/wesnoth/trunk/checksums
Modified: csw/mgar/pkg/wesnoth/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wesnoth/trunk/Makefile 2013-12-22 14:54:57 UTC (rev 22727)
+++ csw/mgar/pkg/wesnoth/trunk/Makefile 2013-12-23 01:00:39 UTC (rev 22728)
@@ -2,7 +2,7 @@
# NOTE: cmake finds boost library but "mgar build" step can't find boost
# headers and setting EXTRA_INC or EXTRA_CPPFLAGS doesn't help.
NAME = wesnoth
-VERSION = 1.10.2
+VERSION = 1.10.7
GARTYPE = v2
DESCRIPTION = A free turn-based strategy game with a fanasy theme
@@ -27,11 +27,31 @@
TEST_SCRIPTS =
CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS = custom
+INSTALL_SCRIPTS = custom
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
include gar/category.mk
# Autotools build depreciated now using cmake
configure-custom:
+ mkdir $(WORKSRC)/build
+ cd $(WORKSRC)/build && \
+ CMAKE_INCLUDE_PATH=/opt/csw/gxx/include:/opt/csw/include \
+ CMAKE_LIBRARY_PATH=/opt/csw/gxx/lib:/opt/csw/lib \
+ CC=gcc CXX=g++ \
+ /opt/csw/bin/cmake \
+ -DCMAKE_INSTALL_PREFIX=/opt/csw \
+ -DCMAKE_VERBOSE_MAKEFILE=TRUE \
+ -DCMAKE_CPP_FLAGS=-I/opt/csw/gxx/include \
+ -DBoost_INCLUDE_DIR=/opt/csw/gxx/include ..
+ @$(MAKECOOKIE)
- cd $(WORKSRC) && /opt/csw/bin/cmake -DCMAKE_INSTALL_PREFIX=/opt/csw -DBOOST_INCLUDEDIR=/opt/csw/gxx/include .
+build-custom:
+ cd $(WORKSRC)/build && /opt/csw/bin/gmake
@$(MAKECOOKIE)
+
+install-custom:
+ cd $(WORKSRC)/build && /opt/csw/bin/gmake install DESTDIR=$(DESTDIR)
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/wesnoth/trunk/checksums
===================================================================
--- csw/mgar/pkg/wesnoth/trunk/checksums 2013-12-22 14:54:57 UTC (rev 22727)
+++ csw/mgar/pkg/wesnoth/trunk/checksums 2013-12-23 01:00:39 UTC (rev 22728)
@@ -1 +1 @@
-61f93437ba13a27a048e5ee2ee63736a wesnoth-1.10.2.tar.bz2
+3f460a494530d32aa5d5d0f19c95efbd wesnoth-1.10.7.tar.bz2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list