change berkeleydb to db

This commit is contained in:
mezzovide 2015-08-20 02:18:24 +07:00
parent 1513af4a88
commit 2b62a5ef3d
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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