Package sdl_ttf

This commit is contained in:
Emery Hemingway
2019-02-20 12:28:34 +01:00
parent 58d7a7d8e6
commit 97ff910325
7 changed files with 89 additions and 0 deletions

View 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
View File

@@ -0,0 +1 @@
2019-02-20 9cd1e3c379b18ff108bfb7fcfeb8c5d3219c3a48

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

@@ -0,0 +1 @@
sdl_ttf

View 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
View File

@@ -0,0 +1 @@
2019-02-20-b babdd6eefd911f179a564f0d6113f2108d2f940c

View File

@@ -0,0 +1,9 @@
base
freetype
jpeg
libc
libpng
os
sdl
so
zlib