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
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
LICENSE := BSD
|
|
VERSION := 1.2.12
|
|
DOWNLOADS := sdl_image.archive
|
|
|
|
URL(sdl_image) := http://www.libsdl.org/projects/SDL_image/release/SDL_image-$(VERSION).tar.gz
|
|
SHA(sdl_image) := 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
|
|
DIR(sdl_image) := src/lib/sdl_image
|
|
|
|
DIRS := include/SDL
|
|
DIR_CONTENT(include/SDL) := src/lib/sdl_image/SDL_image.h
|