committed by
Norman Feske
parent
6af2375ec9
commit
4d10959476
1
ports/protobuf-c.hash
Normal file
1
ports/protobuf-c.hash
Normal file
@@ -0,0 +1 @@
|
||||
97fddbba1e7713358117e7dae4188bb4ebcdc200
|
||||
19
ports/protobuf-c.port
Normal file
19
ports/protobuf-c.port
Normal file
@@ -0,0 +1,19 @@
|
||||
LICENSE := BSDv2
|
||||
VERSION := 1.3.1
|
||||
DOWNLOADS := protobuf-c.archive
|
||||
|
||||
BASE_URL := https://github.com/protobuf-c/protobuf-c/releases/download
|
||||
URL(protobuf-c) := $(BASE_URL)/v$(VERSION)/protobuf-c-$(VERSION).tar.gz
|
||||
SHA(protobuf-c) := 51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267
|
||||
DIR(protobuf-c) := src/lib/protobuf-c
|
||||
|
||||
DIRS := include/protobuf-c
|
||||
|
||||
DIR_CONTENT(include/protobuf-c) := src/lib/protobuf-c/protobuf-c/protobuf-c.h
|
||||
|
||||
default: change_path
|
||||
|
||||
# make building as a recipe easier
|
||||
change_path: _dirs
|
||||
$(VERBOSE)sed -i 's;de "protobuf-c.h";de <protobuf-c/protobuf-c.h>;' \
|
||||
src/lib/protobuf-c/protobuf-c/protobuf-c.c
|
||||
Reference in New Issue
Block a user