Port of Snappy-1.1.7

A fast compressor/decompressor
https://github.com/google/snappy
This commit is contained in:
Emery Hemingway
2018-12-26 21:35:28 +01:00
committed by Norman Feske
parent 6bd43a2df5
commit 14098623de
12 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
content: include/snappy lib/symbols/snappy LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/snappy)
include/snappy:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
lib/symbols/snappy:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/snappy/COPYING $@

1
recipes/api/snappy/hash Normal file
View File

@@ -0,0 +1 @@
-