[csw-devel] SF.net SVN: gar:[19871] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Dec 10 12:45:37 CET 2012


Revision: 19871
          http://gar.svn.sourceforge.net/gar/?rev=19871&view=rev
Author:   dmichelsen
Date:     2012-12-10 11:45:36 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
gnuchess: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/gnuchess/
    csw/mgar/pkg/gnuchess/Makefile
    csw/mgar/pkg/gnuchess/branches/
    csw/mgar/pkg/gnuchess/tags/
    csw/mgar/pkg/gnuchess/trunk/
    csw/mgar/pkg/gnuchess/trunk/Makefile
    csw/mgar/pkg/gnuchess/trunk/checksums
    csw/mgar/pkg/gnuchess/trunk/files/

Added: csw/mgar/pkg/gnuchess/Makefile
===================================================================
--- csw/mgar/pkg/gnuchess/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnuchess/Makefile	2012-12-10 11:45:36 UTC (rev 19871)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/gnuchess/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/gnuchess/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnuchess/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnuchess/trunk/Makefile	2012-12-10 11:45:36 UTC (rev 19871)
@@ -0,0 +1,29 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gnuchess
+VERSION = 6.0.2
+
+DESCRIPTION = GNU Chess
+
+GNU_PROJECT = chess
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+DISTFILES += book_1.02.pgn.gz
+
+GARCOMPILER = GCC4
+
+BUILD64 = 1
+ISAEXEC = 1
+
+PACKAGES += CSWgnuchess
+SPKG_DESC_CSWgnuchess = GNU Chess
+RUNTIME_DEP_PKGS_CSWgnuchess += CSWlibgcc-s1
+OBSOLETED_BY_CSWgnuchess += CSWchss
+CATALOGNAME_CSWchss = gnuchess_stub
+
+include gar/category.mk
+
+post-merge:
+	cd $(PKGROOT)$(sharedstatedir)/gnuchess && $(PKGROOT)$(bindir)/gnuchess -a $(abspath $(WORKDIR_FIRSTMOD)/book_1.02.pgn)
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gnuchess/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/gnuchess/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnuchess/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gnuchess/trunk/checksums	2012-12-10 11:45:36 UTC (rev 19871)
@@ -0,0 +1,2 @@
+e382f5774f050efc79a08baa083eba79  book_1.02.pgn.gz
+566a145479c47f2f9d7d9b7b8119e1b0  gnuchess-6.0.2.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