[csw-devel] SF.net SVN: gar:[13826] csw/mgar/pkg/bdb3/tags

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Mar 16 00:29:49 CET 2011


Revision: 13826
          http://gar.svn.sourceforge.net/gar/?rev=13826&view=rev
Author:   skayser
Date:     2011-03-15 23:29:49 +0000 (Tue, 15 Mar 2011)

Log Message:
-----------
bdb3/tags: restore bdb3-stub-to-bdb33-UNRELEASED, let's see whether problems re-occur

Added Paths:
-----------
    csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/
    csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/Makefile
    csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/checksums

Added: csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/Makefile
===================================================================
--- csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/Makefile	                        (rev 0)
+++ csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/Makefile	2011-03-15 23:29:49 UTC (rev 13826)
@@ -0,0 +1,33 @@
+GARNAME = db
+GARVERSION = 3.3.11
+CATEGORIES = lib
+
+DESCRIPTION = Stub package as contents moved to CSWbdb33
+define BLURB
+  Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
+  support for both traditional and client/server applications. It includes
+  b+tree, queue, extended linear hashing, fixed, and variable-length record
+  access methods, transactions, locking, logging, shared memory caching and
+  database recovery. DB supports C, C++, Java, and Perl APIs. It is available
+  for a wide variety of UNIX platforms as well as Windows NT and Windows 95
+  (MSVC 4, 5 and 6).
+endef
+
+PACKAGES = CSWbdb3
+CATALOGNAME = berkeleydb3
+
+ARCHALL = 1
+RUNTIME_DEP_PKGS = CSWbdb33
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d $(DESTDIR)$(libdir)
+	ln -s ../bdb33/lib/libdb-3.3.so $(DESTDIR)$(libdir)
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/bdb3/tags/bdb3-stub-to-bdb33-UNRELEASED/checksums
===================================================================

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