From a7fdff34896598f85c6246874f7e551ee9e4398b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Nov 2013 14:03:12 -0800 Subject: gammu: wrap these --- Library/Formula/gammu.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gammu.rb b/Library/Formula/gammu.rb index 290047564..a7f5a4448 100644 --- a/Library/Formula/gammu.rb +++ b/Library/Formula/gammu.rb @@ -25,9 +25,11 @@ class Gammu < Formula system 'make install' python do chdir 'python' do - system "#{python.binary}", "setup.py", "build_ext", + system "#{python.binary}", "setup.py", + "build_ext", "--gammu-libs=#{lib}", - "--gammu-incs=#{include}/gammu install" + "--gammu-incs=#{include}/gammu", + "install" end end end -- cgit v1.2.3