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

1
ports/snappy.hash Normal file
View File

@@ -0,0 +1 @@
a332fb997b87e7d89337e0d9b7473eecfe1ba940

15
ports/snappy.port Normal file
View 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 \