summaryrefslogtreecommitdiffstats
path: root/package/snappy/snappy.mk
blob: fd89325af8c81c7f4eb4663eb91f9ba69abe6256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# snappy
#
################################################################################

SNAPPY_VERSION = 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4
SNAPPY_SITE = $(call github,google,snappy,$(SNAPPY_VERSION))
SNAPPY_LICENSE = BSD-3c
SNAPPY_LICENSE_FILES = COPYING
# from git
SNAPPY_AUTORECONF = YES
SNAPPY_INSTALL_STAGING = YES

$(eval $(autotools-package))
OpenPOWER on IntegriCloud