package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / snappy / snappy.mk
blobb00dddf6cf3817133f5af4894c922585928192c1
1 ################################################################################
3 # snappy
5 ################################################################################
7 SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
8 SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
9 SNAPPY_LICENSE = BSD-3c
10 SNAPPY_LICENSE_FILES = COPYING
11 # from git
12 SNAPPY_AUTORECONF = YES
13 SNAPPY_DEPENDENCIES = host-pkgconf
14 SNAPPY_INSTALL_STAGING = YES
16 # Disable tests
17 SNAPPY_CONF_OPTS = --disable-gtest
19 $(eval $(autotools-package))