summaryrefslogtreecommitdiff
path: root/homebrew/sdl/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sdl/.beer')
-rw-r--r--homebrew/sdl/.beer47
1 files changed, 47 insertions, 0 deletions
diff --git a/homebrew/sdl/.beer b/homebrew/sdl/.beer
new file mode 100644
index 000000000..8e1f64cb5
--- /dev/null
+++ b/homebrew/sdl/.beer
@@ -0,0 +1,47 @@
+{
+ "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"
+} \ No newline at end of file