diff options
Diffstat (limited to 'src/sdl_sound.mk')
-rw-r--r-- | src/sdl_sound.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk index 92e8a46..7a1b71d 100644 --- a/src/sdl_sound.mk +++ b/src/sdl_sound.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# SDL_sound PKG := sdl_sound $(PKG)_IGNORE := -$(PKG)_VERSION := 1.0.3 $(PKG)_CHECKSUM := 1984bc20b2c756dc71107a5a0a8cebfe07e58cb1 $(PKG)_SUBDIR := SDL_sound-$($(PKG)_VERSION) $(PKG)_FILE := SDL_sound-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://icculus.org/SDL_sound/ $(PKG)_URL := http://icculus.org/SDL_sound/downloads/$($(PKG)_FILE) $(PKG)_DEPS := gcc sdl libmikmod ogg vorbis flac speex |