Browse Source

tokyocabinet: Updated (1.2.11 -> 1.3.1) - and enhanced to build without bzip2 or zlib

early
Alejandro Mery 16 years ago
parent
commit
f73dd2169b
2 changed files with 19 additions and 2 deletions
  1. +17
    -0
      database/tokyocabinet/tokyocabinet.conf
  2. +2
    -2
      database/tokyocabinet/tokyocabinet.desc

+ 17
- 0
database/tokyocabinet/tokyocabinet.conf

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../tokyocabinet/tokyocabinet.conf
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
pkginstalled bzip2 || var_append extraconfopt ' ' '--disable-bzip'
pkginstalled zlib || var_append extraconfopt ' ' '--disable-zlib'

+ 2
- 2
database/tokyocabinet/tokyocabinet.desc

@ -31,7 +31,7 @@
[L] LGPL
[S] Stable
[V] 1.2.11
[V] 1.3.1
[P] X -?---5---9 300.000
[D] 2070080439 tokyocabinet-1.2.11.tar.gz http://tokyocabinet.sourceforge.net/
[D] 3085075050 tokyocabinet-1.3.1.tar.gz http://tokyocabinet.sourceforge.net/

Loading…
Cancel
Save