committed by
Norman Feske
parent
b3b2a5f59b
commit
8fd9c2c536
13
recipes/api/libspng/content.mk
Normal file
13
recipes/api/libspng/content.mk
Normal 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
1
recipes/api/libspng/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-04 87ce6cc5e0d0692163c7efa1a6a30fc4160b704b
|
||||
1
recipes/src/libspng/api
Normal file
1
recipes/src/libspng/api
Normal file
@@ -0,0 +1 @@
|
||||
libspng
|
||||
16
recipes/src/libspng/content.mk
Normal file
16
recipes/src/libspng/content.mk
Normal 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
1
recipes/src/libspng/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-04 444da905d43b075de9db80f0862991c61268332a
|
||||
3
recipes/src/libspng/used_apis
Normal file
3
recipes/src/libspng/used_apis
Normal file
@@ -0,0 +1,3 @@
|
||||
base
|
||||
libc
|
||||
zlib
|
||||
Reference in New Issue
Block a user