[Lunar-commits] <moonbase> gdbm: version bumped to 1.10.

Florin Braescu florin at lunar-linux.org
Fri Nov 25 13:41:38 CET 2011


commit 1d60347f8fa09b597de6740bfd69c4275cdd3c5c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Nov 25 13:41:38 2011 +0100

    gdbm: version bumped to 1.10.
---
 libs/gdbm/BUILD   |   15 +++++++--------
 libs/gdbm/DETAILS |   12 ++++++------
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/libs/gdbm/BUILD b/libs/gdbm/BUILD
index 0950b3a..102cc1f 100644
--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,16 +1,15 @@
 (
-  unset CC CXX                                     &&
+
+  unset CC CXX  &&
   sedit  "s/-O/$CFLAGS/"  Makefile.in
 
   ./configure  --prefix=/usr     \
                --disable-static &&
 
-  sedit "s/fix)\/info/fix)\/share\/info/" Makefile &&
-  sedit "s/fix)\/man/fix)\/share\/man/" Makefile   &&
-  make                              &&
-  prepare_install                   &&
-  make  prefix=/usr install         &&
-  make  prefix=/usr install-compat  &&
-  ln    -sf  libgdbm.so.2.0.0  /usr/lib/libndbm.so
+  sedit "s/fix)\/info/fix)\/share\/info/" Makefile  &&
+  sedit "s/fix)\/man/fix)\/share\/man/" Makefile    &&
+  make             &&
+  prepare_install  &&
+  make  prefix=/usr install
 
 ) > $C_FIFO 2>&1
diff --git a/libs/gdbm/DETAILS b/libs/gdbm/DETAILS
index 3df02b0..26ff7ba 100644
--- a/libs/gdbm/DETAILS
+++ b/libs/gdbm/DETAILS
@@ -1,13 +1,13 @@
            MODULE=gdbm
-          VERSION=1.8.3
-#         VERSION=1.8.0
+          VERSION=1.10
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+      SOURCE_URL=$GNU_URL/$MODULE
+      SOURCE_VFY=sha1:441201e9145f590ba613f8a1e952455d620e0860
         WEB_SITE=http://www.gnu.org/software/gdbm/gdbm.html
          ENTERED=20010922
-         UPDATED=20021120
-           SHORT="A set of database routines that use extensible hashing."
+         UPDATED=20111125
+           SHORT="A set of database routines that use extensible hashing"
+
 cat << EOF
 A set of database routines that use extensible hashing. The routines
 work like the UNIX dbm routine.


More information about the Lunar-commits mailing list