diff --git a/media-libs/libsdl2/libsdl2-2.0.0.recipe b/media-libs/libsdl2/libsdl2-2.0.0.recipe index 1810acaa7..3846f145c 100644 --- a/media-libs/libsdl2/libsdl2-2.0.0.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.0.recipe @@ -1,5 +1,5 @@ SUMMARY="Simple Direct Media Layer 2.0" -DESCRIPTION="SDL 2.0" +DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games." HOMEPAGE="http://www.libsdl.org/" SRC_URI="http://www.libsdl.org/release/SDL2-2.0.0.tar.gz" CHECKSUM_MD5="beec89afb6edcc6f0abc4114f2e6bcf7" @@ -45,6 +45,8 @@ BUILD_PREREQUIRES=" SOURCE_DIR="SDL2-$portVersion" +PATCHES="libsdl2-2.0.0.patch" + BUILD() { runConfigure ./configure @@ -60,7 +62,7 @@ INSTALL() libSDL2 \ libSDL2main \ libSDL2_test - + fixPkgconfig packageEntries devel \ diff --git a/media-libs/libsdl2/patches/libsdl-2.0.0.patch b/media-libs/libsdl2/patches/libsdl2-2.0.0.patch similarity index 100% rename from media-libs/libsdl2/patches/libsdl-2.0.0.patch rename to media-libs/libsdl2/patches/libsdl2-2.0.0.patch