mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
|
LICENSE := BSD
|
||
|
VERSION := 2.0.11
|
||
|
DOWNLOADS := sdl_ttf.archive
|
||
|
|
||
|
URL(sdl_ttf) := http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$(VERSION).tar.gz
|
||
|
SHA(sdl_ttf) := 0ccf7c70e26b7801d83f4847766e09f09db15cc6
|
||
|
DIR(sdl_ttf) := src/lib/sdl_ttf
|
||
|
|
||
|
DIRS := include/SDL
|
||
|
DIR_CONTENT(include/SDL) := src/lib/sdl_ttf/SDL_ttf.h
|