anttweakbar: fix version + style nit-picks

This commit is contained in:
Adam Vandenberg 2012-03-09 19:13:39 -08:00
parent 63b276fe88
commit 71f149a24f

View file

@ -1,12 +1,15 @@
require 'formula'
class Anttweakbar < Formula
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
version '1.14'
md5 '2cb5f2fb7b3089f91521f4c14b726f8f'
def install
system 'cd src; make -f Makefile.osx'
cd 'src' do
system 'make -f Makefile.osx'
end
lib.install 'lib/libAntTweakBar.dylib'
include.install 'include/AntTweakBar.h'
end