2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-14 13:45:59 +02:00
|
|
|
#
|
|
|
|
# snappy
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-14 13:45:59 +02:00
|
|
|
|
2014-06-01 23:43:41 +02:00
|
|
|
SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
|
|
|
|
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
|
2014-06-01 23:43:40 +02:00
|
|
|
SNAPPY_LICENSE = BSD-3c
|
|
|
|
SNAPPY_LICENSE_FILES = COPYING
|
2014-06-02 21:17:10 +02:00
|
|
|
# from git
|
|
|
|
SNAPPY_AUTORECONF = YES
|
2014-12-17 13:25:59 +01:00
|
|
|
SNAPPY_DEPENDENCIES = host-pkgconf
|
2014-06-01 23:43:40 +02:00
|
|
|
SNAPPY_INSTALL_STAGING = YES
|
2013-05-14 13:45:59 +02:00
|
|
|
|
2015-07-14 13:31:11 +02:00
|
|
|
# Disable tests
|
|
|
|
SNAPPY_CONF_OPTS = --disable-gtest
|
|
|
|
|
2013-05-14 13:45:59 +02:00
|
|
|
$(eval $(autotools-package))
|