diff options
| author | Adam Vandenberg | 2013-11-17 14:03:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-17 14:03:12 -0800 |
| commit | a7fdff34896598f85c6246874f7e551ee9e4398b (patch) | |
| tree | 019cd71ca50fddabde1a99b8c82a75e7de9c9c9f /Library/Formula | |
| parent | 8b5fbcef4d5a92dbde695f6effb6ce1ea056b11a (diff) | |
| download | homebrew-a7fdff34896598f85c6246874f7e551ee9e4398b.tar.bz2 | |
gammu: wrap these
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gammu.rb | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
