SF.net SVN: gar:[22579] csw/mgar/pkg
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Tue Nov 26 00:11:05 CET 2013
Revision: 22579
http://gar.svn.sourceforge.net/gar/?rev=22579&view=rev
Author: jake_goerzen
Date: 2013-11-25 23:11:05 +0000 (Mon, 25 Nov 2013)
Log Message:
-----------
etlegacy/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/etlegacy/
csw/mgar/pkg/etlegacy/Makefile
csw/mgar/pkg/etlegacy/branches/
csw/mgar/pkg/etlegacy/tags/
csw/mgar/pkg/etlegacy/trunk/
csw/mgar/pkg/etlegacy/trunk/Makefile
csw/mgar/pkg/etlegacy/trunk/checksums
csw/mgar/pkg/etlegacy/trunk/files/
Added: csw/mgar/pkg/etlegacy/Makefile
===================================================================
--- csw/mgar/pkg/etlegacy/Makefile (rev 0)
+++ csw/mgar/pkg/etlegacy/Makefile 2013-11-25 23:11:05 UTC (rev 22579)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/etlegacy/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/etlegacy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/etlegacy/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/etlegacy/trunk/Makefile 2013-11-25 23:11:05 UTC (rev 22579)
@@ -0,0 +1,32 @@
+# Initial commit of etlegacy needs much work!
+#
+NAME = etlegacy
+VERSION = 2.71rc3
+GARTYPE = v2
+CATEGORIES = default
+
+DESCRIPTION = A second breath of life for Wolfenstein: Enemy Territory
+define BLURB
+ Free and open source multiplayer first-person shooter game set during World War II and heavily focused on team work.
+endef
+
+GITHUB_USER = etlegacy
+MASTER_SITES = $(GITHUB_MIRROR)
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_SCRIPTS = custom
+
+include gar/category.mk
+
+configure-custom:
+ mkdir $(WORKDIR)/build && cd $(WORKDIR)/build && CC=gcc CXX=g++ cmake ..
+ $(MAKECOOKIE)
Property changes on: csw/mgar/pkg/etlegacy/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/etlegacy/trunk/checksums
===================================================================
--- csw/mgar/pkg/etlegacy/trunk/checksums (rev 0)
+++ csw/mgar/pkg/etlegacy/trunk/checksums 2013-11-25 23:11:05 UTC (rev 22579)
@@ -0,0 +1 @@
+46f79dcccd909336685841ec9569e3b2 etlegacy-2.71rc3.tar.gz
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