require 'formula' class Atarixx < Formula homepage 'http://www.xl-project.com' url 'http://www.xl-project.com/download/atari++_1.72.tar.gz' sha1 '64e31389032292cd4a82a972e83bb2b3ee723068' option 'with-curses' depends_on :x11 depends_on 'sdl' => :recommended def install args = ["--prefix=#{prefix}"] args << "--disable-CURSES" if build.without? "curses" args << "--disable-SDL" if build.without? "sdl" system "./configure", *args system "make" system "make install" end end ogo.png' alt='cgit logo'/> index : homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiftool.rb
blob: 00ee528ed6b1e2b329c6bab587e04e8eb17aa404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27