2011-08-22 19:47:09 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Anttweakbar < Formula
|
|
|
|
homepage 'http://www.antisphere.com/Wiki/tools:anttweakbar'
|
2013-01-17 16:03:39 +00:00
|
|
|
url 'http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_115.zip'
|
|
|
|
version '1.15'
|
|
|
|
sha1 'fcc5069c00001e4954e2c465042f591df167c40b'
|
2011-08-22 19:47:09 +00:00
|
|
|
|
|
|
|
def install
|
2012-03-10 03:13:39 +00:00
|
|
|
cd 'src' do
|
|
|
|
system 'make -f Makefile.osx'
|
|
|
|
end
|
2011-08-22 19:47:09 +00:00
|
|
|
lib.install 'lib/libAntTweakBar.dylib'
|
|
|
|
include.install 'include/AntTweakBar.h'
|
|
|
|
end
|
|
|
|
end
|