mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
11 lines
344 B
Plaintext
11 lines
344 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) := 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7
|
|
DIR(sdl_ttf) := src/lib/sdl_ttf
|
|
|
|
DIRS := include/SDL
|
|
DIR_CONTENT(include/SDL) := src/lib/sdl_ttf/SDL_ttf.h
|