1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28  | 
 | 
require 'formula'
class Esound < Formula
  url 'http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2'
  homepage 'http://www.tux.org/~ricdude/EsounD.html'
  md5 '8d9aad3d94d15e0d59ba9dc0ea990c6c'
  depends_on 'pkg-config' => :build
  depends_on 'audiofile'
  def install
    system "./configure", "--disable-debug", "--disable-dependency-tracking",
                          "--prefix=#{prefix}",
                          "--enable-ipv6"
    system "make install"
  end
end
rowspan='2'>
| aboutsummaryrefslogtreecommitdiffstats |