2011-08-22 19:47:09 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Anttweakbar < Formula
|
|
|
|
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip'
|
|
|
|
homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'
|
2011-09-18 14:03:00 +00:00
|
|
|
md5 '2cb5f2fb7b3089f91521f4c14b726f8f'
|
2011-08-22 19:47:09 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system 'cd src; make -f Makefile.osx'
|
|
|
|
lib.install 'lib/libAntTweakBar.dylib'
|
|
|
|
include.install 'include/AntTweakBar.h'
|
|
|
|
end
|
|
|
|
end
|