tokyocabinet_1.4.48.bb 999 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2012 - 2016 Wind River Systems, Inc.
  3. #
  4. SUMMARY = "A modern implementation of DBM"
  5. DESCRIPTION = "Tokyo Cabinet is a library of routines for managing a database. \
  6. The database is a simple data file containing records, each is a pair of a key \
  7. and a value. Every key and value is serial bytes with variable length. \
  8. Both binary data and character string can be used as a key and a value. \
  9. There is neither concept of data tables nor data types. \
  10. Records are organized in hash table, B+ tree, or fixed-length array."
  11. HOMEPAGE = "http://fallabs.com/tokyocabinet/"
  12. LICENSE = "GPLv2"
  13. LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
  14. SRC_URI = "http://fallabs.com/tokyocabinet/${BP}.tar.gz \
  15. file://remove-hard-coded-include-and-lib-paths.patch \
  16. "
  17. SRC_URI[md5sum] = "fd03df6965f8f56dd5b8518ca43b4f5e"
  18. SRC_URI[sha256sum] = "a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90"
  19. DEPENDS = "bzip2 zlib"
  20. inherit autotools-brokensep