[csw-devel] SF.net SVN: gar:[10093] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jun 4 14:42:54 CEST 2010
Revision: 10093
http://gar.svn.sourceforge.net/gar/?rev=10093&view=rev
Author: dmichelsen
Date: 2010-06-04 12:42:54 +0000 (Fri, 04 Jun 2010)
Log Message:
-----------
xbattle: Initial commit
Added Paths:
-----------
csw/mgar/pkg/xbattle/
csw/mgar/pkg/xbattle/branches/
csw/mgar/pkg/xbattle/tags/
csw/mgar/pkg/xbattle/trunk/
csw/mgar/pkg/xbattle/trunk/Makefile
csw/mgar/pkg/xbattle/trunk/checksums
csw/mgar/pkg/xbattle/trunk/files/
Property changes on: csw/mgar/pkg/xbattle/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/xbattle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xbattle/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/xbattle/trunk/Makefile 2010-06-04 12:42:54 UTC (rev 10093)
@@ -0,0 +1,37 @@
+# $Id$
+GARNAME = xbattle
+GARVERSION = 5.4.1
+CATEGORIES = apps
+
+DESCRIPTION = A multi-player real time strategy game
+define BLURB
+endef
+
+MASTER_SITES = ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+LICENSE = COPYRIGHT
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile
+TEST_SCRIPTS =
+INSTALL_ARGS = install install.man
+
+INSTALL_OVERRIDE_VARS = BINDIR MANPATH
+INSTALL_OVERRIDE_VAR_BINDIR = $(bindir)
+INSTALL_OVERRIDE_VAR_MANPATH = $(mandir)
+
+include gar/category.mk
+
+post-extract-modulated:
+ -perl -npe 's,/export/home/lesher/xbos,/opt/csw/share/xbattle/xbos,; \
+ s,/export/home/lesher/xbts,/opt/csw/share/xbattle/xbts,; \
+ s,/export/home/lesher/xbas,/opt/csw/share/xbattle/xbas,' \
+ -i $(WORKSRC)/Imakefile
+ @$(MAKECOOKIE)
+
+post-install-modulated:
+ ginstall -d $(DESTDIR)$(sharedstatedir)/xbattle
+ cd $(WORKSRC) && cp -r xbos xbts xbas $(DESTDIR)$(sharedstatedir)/xbattle/
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/xbattle/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/xbattle/trunk/checksums
===================================================================
--- csw/mgar/pkg/xbattle/trunk/checksums (rev 0)
+++ csw/mgar/pkg/xbattle/trunk/checksums 2010-06-04 12:42:54 UTC (rev 10093)
@@ -0,0 +1 @@
+9eb96c644807156a060f753b4d06df92 xbattle-5.4.1.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