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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
|
require 'formula'
class Esound < Formula
homepage 'http://www.tux.org/~ricdude/EsounD.html'
url 'http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2'
sha1 '6c343483b3789f439277935eaad7e478bee685ea'
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
a href='/'>
| aboutsummaryrefslogtreecommitdiffstats |