[csw-devel] SF.net SVN: gar:[5374] csw/mgar/pkg/bdb43/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Jun 26 21:39:35 CEST 2009


Revision: 5374
          http://gar.svn.sourceforge.net/gar/?rev=5374&view=rev
Author:   valholla
Date:     2009-06-26 19:39:35 +0000 (Fri, 26 Jun 2009)

Log Message:
-----------
meta links

Added Paths:
-----------
    csw/mgar/pkg/bdb43/trunk/Makefile

Added: csw/mgar/pkg/bdb43/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb43/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/bdb43/trunk/Makefile	2009-06-26 19:39:35 UTC (rev 5374)
@@ -0,0 +1,56 @@
+GARNAME = db
+GARVERSION = 4.3.29
+CATEGORIES = lib
+
+DESCRIPTION = BerkeleyDB 4.3 libraries and utilities
+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
+
+MASTER_SITES = http://downloads.sleepycat.com/
+
+CONFIGURE_SCRIPTS = 
+BUILD_SCRIPTS =
+INSTALL_SCRIPTS = custom
+TEST_SCRIPTS =
+
+ENABLE_CHECK = 0
+ARCHALL = 1
+PACKAGES = CSWbdb43
+SPKG_DESCRIPTION = BerkeleyDB 4.3 libraries and utilities
+CATALOG_NAME = berkeleydb43
+REQUIRED_PKGS = CSWbdb
+
+include gar/category.mk
+install-custom:
+	ginstall -d $(DESTDIR)$(prefix)/bdb43/lib
+	ginstall -d $(DESTDIR)$(prefix)/bdb43/bin
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/db.jar db.jar
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb-4.so libdb-4.3.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb-4.so libdb-4.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb.so libdb.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.3.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_cxx.so libdb_cxx.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.3.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.3_g.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.so
+	cd $(DESTDIR)$(prefix)/bdb43/lib && gln -s $(libdir)/libdb_java.so libdb_java.so
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_archive db_archive
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_checkpoint db_checkpoint
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_deadlock db_deadlock     
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_dump db_dump
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_load db_load     
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_printlog db_printlog
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_recover db_recover     
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_stat db_stat
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_upgrade db_upgrade
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/db_verify db_verify
+	cd $(DESTDIR)$(prefix)/bdb43/bin && gln -s $(bindir)/berkeley_db_svc berkeley_db_svc
+	


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