mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +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_mixer.archive
|
|
|
|
URL(sdl_mixer) := http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$(VERSION).tar.gz
|
|
SHA(sdl_mixer) := 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
|
|
DIR(sdl_mixer) := src/lib/sdl_mixer
|
|
|
|
DIRS := include/SDL
|
|
DIR_CONTENT(include/SDL) := src/lib/sdl_mixer/SDL_mixer.h
|