aubio: cleanup python usage.

master
Mike McQuaid 2014-01-04 13:01:51 +00:00
parent 810563b2a8
commit 66fb9b6a7e
1 changed files with 2 additions and 6 deletions

View File

@ -28,15 +28,11 @@ class Aubio < Formula
"--prefix=#{prefix}"
system "make"
system "make install"
end
def caveats
python.standard_caveats if python
bin.env_script_all_files(libexec+'bin', :PYTHONPATH => ENV['PYTHONPATH'])
end
def test
# this will blow up if not everything went right
system "#{bin}/aubiocut"
system "#{bin}/aubiocut", "--help"
end
end