snappy.mk 481 B

123456789101112131415
  1. ################################################################################
  2. #
  3. # snappy
  4. #
  5. ################################################################################
  6. SNAPPY_VERSION = 1.1.10
  7. SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
  8. SNAPPY_LICENSE = BSD-3-Clause
  9. SNAPPY_LICENSE_FILES = COPYING
  10. SNAPPY_CPE_ID_VENDOR = google
  11. SNAPPY_INSTALL_STAGING = YES
  12. SNAPPY_CONF_OPTS = -DSNAPPY_BUILD_BENCHMARKS=OFF -DSNAPPY_BUILD_TESTS=OFF
  13. $(eval $(cmake-package))