diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/uade.rb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Library/Formula/uade.rb b/Library/Formula/uade.rb index 556370833..426e5ef63 100644 --- a/Library/Formula/uade.rb +++ b/Library/Formula/uade.rb @@ -2,19 +2,20 @@ require 'formula' class Uade < Formula homepage 'http://zakalwe.fi/uade/' - url 'http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2' - sha1 '61c5ce9dfecc37addf233de06be196c9b15a91d8' + + stable do + url "http://zakalwe.fi/uade/uade2/uade-2.13.tar.bz2" + sha1 "61c5ce9dfecc37addf233de06be196c9b15a91d8" + + # Upstream patch to fix compiler detection under superenv + patch :DATA + end head 'git://zakalwe.fi/uade' depends_on 'pkg-config' => :build depends_on 'libao' - # Upstream patch to fix compiler detection under superenv - def patches - DATA unless build.head? - end - def install system "./configure", "--prefix=#{prefix}" system "make install" |
