[csw-devel] SF.net SVN: gar:[6037] csw/mgar/pkg/bdb4/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Aug 16 11:17:25 CEST 2009
Revision: 6037
http://gar.svn.sourceforge.net/gar/?rev=6037&view=rev
Author: dmichelsen
Date: 2009-08-16 09:17:24 +0000 (Sun, 16 Aug 2009)
Log Message:
-----------
bdb4: Fix SOURCEURL
Modified Paths:
--------------
csw/mgar/pkg/bdb4/trunk/Makefile
Modified: csw/mgar/pkg/bdb4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb4/trunk/Makefile 2009-08-15 09:23:09 UTC (rev 6036)
+++ csw/mgar/pkg/bdb4/trunk/Makefile 2009-08-16 09:17:24 UTC (rev 6037)
@@ -2,7 +2,7 @@
GARVERSION = 4.2.52
CATEGORIES = lib
-DESCRIPTION = Provides embedded database support for applications
+DESCRIPTION = This is a stub to BerkeleyDB 4.7 libraries from CSWbdb
define BLURB
Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
support for both traditional and client/server applications. It includes
@@ -13,18 +13,20 @@
(MSVC 4, 5 and 6).
endef
-MASTER_SITES = ftp://ftp.sleepycat.com/releases/
+REQUIRED_PKGS = CSWbdb
+
+PACKAGES = CSWbdb4
+CATALOGNAME = berkeleydb4
+
+SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
+
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS =
INSTALL_SCRIPTS = custom-$(GARCH) custom-all
TEST_SCRIPTS =
ENABLE_CHECK = 0
-PACKAGES = CSWbdb4
-SPKG_DESC = Embedded database libraries and utilities
-CATALOGNAME = berkeleydb4
-REQUIRED_PKGS = CSWbdb
include gar/category.mk
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