blob: d8ec2390b902b5baa9bd35dc8d9d5d4569c4bd4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# snappy
#
################################################################################
SNAPPY_VERSION = 1.1.0
SNAPPY_SITE = http://snappy.googlecode.com/files/
SNAPPY_LICENSE = BSD-3c
SNAPPY_LICENSE_FILES = COPYING
SNAPPY_INSTALL_STAGING = YES
$(eval $(autotools-package))
|