genode/repos/libports/ports/sdl.port
Emery Hemingway 72cb71c827 Replace SHA1 hashes of port downloads with SHA256
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.

Ref #2767
2018-05-30 13:36:22 +02:00

20 lines
640 B
Plaintext

LICENSE := LGPL
VERSION := 1.2.13
DOWNLOADS := sdl.archive
URL(sdl) := http://www.libsdl.org/release/SDL-$(VERSION).tar.gz
SHA(sdl) := 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132
SIG(sdl) := ${URL(sdl)}.sig
KEY(sdl) := 1528635D8053A57F77D1E08630A59377A7763BE6
DIR(sdl) := src/lib/sdl
PATCHES := src/lib/sdl/SDL_video.patch src/lib/sdl/SDL_audio.patch
# wipe original 'SDL_config.h' file because it conflicts with out version
_dirs: remove_default_config
remove_default_config: $(DOWNLOADS)
$(VERBOSE)rm src/lib/sdl/include/SDL_config.h
DIRS := include/SDL
DIR_CONTENT(include/SDL) := src/lib/sdl/include/*.h