Skip to content

Commit

Permalink
mjpegtools: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 11, 2012
1 parent fd1fd0f commit ddc2650
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Library/Formula/mjpegtools.rb
@@ -1,8 +1,8 @@
require 'formula'

class Mjpegtools < Formula
url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz'
homepage 'http://mjpeg.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz'
md5 '903e1e3b967eebcc5fe5626d7517dc46'

depends_on 'pkg-config' => :build
Expand All @@ -12,14 +12,11 @@ class Mjpegtools < Formula
depends_on 'gtk+' => :optional
depends_on 'sdl_gfx' => :optional

# mjpegtools's binaries will fail with missing symbol errors
# when stripped
# binaries will fail with missing symbol errors when stripped
skip_clean ['bin']

def options
[
["--without-x", "Build without X support"]
]
[["--without-x", "Build without X support"]]
end

def install
Expand Down

0 comments on commit ddc2650

Please sign in to comment.