summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezzovide <reza.adrian@hanza.co.id>2015-08-19 19:18:24 (GMT)
committermezzovide <reza.adrian@hanza.co.id>2015-08-19 19:18:24 (GMT)
commit2b62a5ef3d1d9199b7e12dd6a69b233e1a205555 (patch)
treecd447322f779e4a766143c8cb10b4557d4e1d58e
parent1513af4a88fa268d97364b3f29f8e4fb2e1d54c4 (diff)
downloadmxe-2b62a5ef3d1d9199b7e12dd6a69b233e1a205555.zip
mxe-2b62a5ef3d1d9199b7e12dd6a69b233e1a205555.tar.gz
mxe-2b62a5ef3d1d9199b7e12dd6a69b233e1a205555.tar.bz2
change berkeleydb to db
-rw-r--r--index.html2
-rw-r--r--src/db.mk (renamed from src/berkeleydb.mk)4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 8cfdafd..5224353 100644
--- a/index.html
+++ b/index.html
@@ -1073,7 +1073,7 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="website"><a href="http://www.gnu.org/software/automake/">automake</a></td>
</tr>
<tr>
- <td class="package">berkeleydb</td>
+ <td class="package">db</td>
<td class="website"><a href="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html">Oracle Berkeley DB</a></td>
</tr>
<tr>
diff --git a/src/berkeleydb.mk b/src/db.mk
index 5b41cd2..10b249b 100644
--- a/src/berkeleydb.mk
+++ b/src/db.mk
@@ -1,7 +1,7 @@
# This file is part of MXE.
# See index.html for further information.
-PKG := berkeleydb
+PKG := db
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.8.30.NC
$(PKG)_CHECKSUM := ff754f92ccfae2f9d3527d6d6ea43add5b852456
@@ -11,7 +11,7 @@ $(PKG)_URL := http://download.oracle.com/berkeley-db/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- echo 'TODO: Updates for package berkeleydb need to be fixed.' >&2;
+ echo 'TODO: Updates for package db need to be fixed.' >&2;
echo $($(PKG)_VERSION)
endef