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
1
ports/snappy.hash
Normal file
1
ports/snappy.hash
Normal file
@@ -0,0 +1 @@
|
||||
a332fb997b87e7d89337e0d9b7473eecfe1ba940
|
||||
15
ports/snappy.port
Normal file
15
ports/snappy.port
Normal file
@@ -0,0 +1,15 @@
|
||||
LICENSE := BSD
|
||||
VERSION := 1.1.7
|
||||
DOWNLOADS := snappy.archive
|
||||
|
||||
URL(snappy) := https://github.com/google/snappy/archive/$(VERSION).tar.gz
|
||||
SHA(snappy) := 3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4
|
||||
DIR(snappy) := src/lib/snappy
|
||||
|
||||
PATCHES := src/lib/snappy/header.patch
|
||||
PATCH_OPT := -p1 -d src/lib/snappy
|
||||
|
||||
DIRS := include/snappy
|
||||
DIR_CONTENT(include/snappy) := \
|
||||
src/lib/snappy/snappy.h \
|
||||
src/lib/snappy/snappy-stubs-public.h \
|
||||
Reference in New Issue
Block a user