mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# snappy
|
|
#
|
|
################################################################################
|
|
|
|
SNAPPY_VERSION = 1.1.1
|
|
SNAPPY_SITE = http://snappy.googlecode.com/files/
|
|
SNAPPY_LICENSE = BSD-3c
|
|
SNAPPY_LICENSE_FILES = COPYING
|
|
SNAPPY_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|