Add port of libspng-0.4.3

Fixes #148.
This commit is contained in:
Josef Söntgen
2019-02-04 15:38:40 +01:00
committed by Norman Feske
parent b3b2a5f59b
commit 8fd9c2c536
12 changed files with 119 additions and 0 deletions

View File

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

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

@@ -0,0 +1 @@
2019-02-04 87ce6cc5e0d0692163c7efa1a6a30fc4160b704b

1
recipes/src/libspng/api Normal file
View File

@@ -0,0 +1 @@
libspng

View File

@@ -0,0 +1,16 @@
MIRROR_FROM_REP_DIR = lib/import/import-libspng.mk lib/mk/libspng.mk
content: $(MIRROR_FROM_REP_DIR) src/lib/libspng/target.mk LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libspng)
src/lib/libspng/target.mk:
mkdir -p src/lib/libspng
cp -r $(PORT_DIR)/src/lib/libspng/* src/lib/libspng
echo "LIBS := libspng" > $@
LICENSE:
cp $(PORT_DIR)/src/lib/libspng/LICENSE $@

1
recipes/src/libspng/hash Normal file
View File

@@ -0,0 +1 @@
2019-02-04 444da905d43b075de9db80f0862991c61268332a

View File

@@ -0,0 +1,3 @@
base
libc
zlib