mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
20 lines
640 B
Plaintext
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
|