Port of Snappy-1.1.7
A fast compressor/decompressor https://github.com/google/snappy
This commit is contained in:
committed by
Norman Feske
parent
6bd43a2df5
commit
14098623de
13
recipes/api/snappy/content.mk
Normal file
13
recipes/api/snappy/content.mk
Normal 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
1
recipes/api/snappy/hash
Normal file
@@ -0,0 +1 @@
|
||||
-
|
||||
Reference in New Issue
Block a user