[csw-devel] SF.net SVN: gar:[8930] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Tue Mar 2 01:06:59 CET 2010
Revision: 8930
http://gar.svn.sourceforge.net/gar/?rev=8930&view=rev
Author: hson
Date: 2010-03-02 00:06:52 +0000 (Tue, 02 Mar 2010)
Log Message:
-----------
ocaml: Initial commit
Added Paths:
-----------
csw/mgar/pkg/ocaml/
csw/mgar/pkg/ocaml/Makefile
csw/mgar/pkg/ocaml/branches/
csw/mgar/pkg/ocaml/tags/
csw/mgar/pkg/ocaml/trunk/
csw/mgar/pkg/ocaml/trunk/Makefile
csw/mgar/pkg/ocaml/trunk/checksums
csw/mgar/pkg/ocaml/trunk/files/
Added: csw/mgar/pkg/ocaml/Makefile
===================================================================
--- csw/mgar/pkg/ocaml/Makefile (rev 0)
+++ csw/mgar/pkg/ocaml/Makefile 2010-03-02 00:06:52 UTC (rev 8930)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/ocaml/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/ocaml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ocaml/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/ocaml/trunk/Makefile 2010-03-02 00:06:52 UTC (rev 8930)
@@ -0,0 +1,36 @@
+GARNAME = ocaml
+GARVERSION = 3.11.2
+CATEGORIES = lang
+
+DESCRIPTION = Brief description
+define BLURB
+ Long description
+endef
+
+MASTER_SITES = http://caml.inria.fr/pub/distrib/ocaml-3.11/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# UPSTREAM_MASTER_SITES =
+
+RUNTIME_DEP_PKGS_CSWocaml = CSWlibx11
+LICENSE = LICENSE
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+BUILD_ARGS = world.opt
+#CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += -bindir $(bindir)
+CONFIGURE_ARGS += -libdir $(libdir)
+CONFIGURE_ARGS += -mandir $(mandir)
+CONFIGURE_ARGS += -prefix $(prefix)
+CONFIGURE_ARGS += -cc "$(CC) $(CFLAGS)"
+CONFIGURE_ARGS += -x11include $(prefix)/X11/include
+CONFIGURE_ARGS += -x11lib $(prefix)/X11/lib
+
+TEST_TARGET =
+
+include gar/category.mk
Added: csw/mgar/pkg/ocaml/trunk/checksums
===================================================================
--- csw/mgar/pkg/ocaml/trunk/checksums (rev 0)
+++ csw/mgar/pkg/ocaml/trunk/checksums 2010-03-02 00:06:52 UTC (rev 8930)
@@ -0,0 +1 @@
+9d0611245122ffbc8263735cae1da7fb ocaml-3.11.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