mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|