{ "name": "Sdl", "description": "Low-level access to audio, keyboard, mouse, joystick and graphics", "url": "https://www.libsdl.org/release/SDL-1.2.15.tar.gz", "mirror": null, "homepage": "https://www.libsdl.org/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true }, { "depend": "libtool", "build-depend": true } ], "resource": [], "conflicts": [], "patches": [ { "url": "https://bugzilla-attachments.libsdl.org/attachment.cgi?id=1320", "strip": "1" }, { "url": "https://bugzilla-attachments.libsdl.org/attachment.cgi?id=1324", "strip": "1" }, { "url": "https://bugzilla-attachments.libsdl.org/attachment.cgi?id=3721", "strip": "1" } ], "install": [ "inreplace %w[sdl.pc.in sdl-config.in], \"@prefix@\", HOMEBREW_PREFIX", "system \"./autogen.sh\" if build.head?", "args = %W[--prefix=#{prefix} --without-x]", "system \"./configure\", *args", "system \"make\", \"install\"", "libexec.install Dir[\"src/main/macosx/*\"] if build.stable?" ], "version": "1.2.15", "file": "sdl.rb" }