Package sdl_ttf
This commit is contained in:
15
recipes/api/sdl_ttf/content.mk
Normal file
15
recipes/api/sdl_ttf/content.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
MIRROR_FROM_REP_DIR := lib/symbols/sdl_ttf lib/import/import-sdl_ttf.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) include LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_ttf)
|
||||
|
||||
include:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/include/SDL $@/
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_ttf/COPYING $@
|
||||
1
recipes/api/sdl_ttf/hash
Normal file
1
recipes/api/sdl_ttf/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-20 9cd1e3c379b18ff108bfb7fcfeb8c5d3219c3a48
|
||||
1
recipes/src/sdl_ttf/api
Normal file
1
recipes/src/sdl_ttf/api
Normal file
@@ -0,0 +1 @@
|
||||
sdl_ttf
|
||||
18
recipes/src/sdl_ttf/content.mk
Normal file
18
recipes/src/sdl_ttf/content.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
content: src/lib/sdl_ttf/target.mk lib/mk LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_ttf)
|
||||
|
||||
src/lib/sdl_ttf:
|
||||
mkdir -p $@
|
||||
cp $(PORT_DIR)/src/lib/sdl_ttf/*.c $@
|
||||
cp $(PORT_DIR)/src/lib/sdl_ttf/*.h $@
|
||||
|
||||
src/lib/sdl_ttf/target.mk: src/lib/sdl_ttf
|
||||
echo "LIBS += sdl_ttf" > $@
|
||||
|
||||
lib/mk:
|
||||
mkdir -p $@
|
||||
cp $(REP_DIR)/$@/sdl_ttf.mk $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_ttf/COPYING $@
|
||||
1
recipes/src/sdl_ttf/hash
Normal file
1
recipes/src/sdl_ttf/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-20-b babdd6eefd911f179a564f0d6113f2108d2f940c
|
||||
9
recipes/src/sdl_ttf/used_apis
Normal file
9
recipes/src/sdl_ttf/used_apis
Normal file
@@ -0,0 +1,9 @@
|
||||
base
|
||||
freetype
|
||||
jpeg
|
||||
libc
|
||||
libpng
|
||||
os
|
||||
sdl
|
||||
so
|
||||
zlib
|
||||
Reference in New Issue
Block a user