Created
September 17, 2011 12:50
-
-
Save evandavey/1223914 to your computer and use it in GitHub Desktop.
Forked Daapd Homebrew formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class ForkedDaapd < Formula | |
url 'http://alioth.debian.org/~jblache/forked-daapd/forked-daapd-0.19.tar.gz' | |
homepage '' | |
md5 '53e6f1d6683e3275e7c7698ec923a97e' | |
depends_on 'antlr' | |
depends_on 'gettext' | |
depends_on 'libunistring' | |
depends_on 'confuse' | |
depends_on 'ffmpeg' | |
def install | |
ENV['ZLIB_LIBS'] = '/usr/lib' | |
ENV['ZLIB_CFLAGS'] = '-l/usr/lib/libz.dylig -L/usr/lib' | |
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--enable-itunes", "--sysconfdir=#{prefix}/etc","--localstatedir=#{prefix}/var"#,"--enable-flac","--enable-musepack" | |
system "make install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you find a way to install avahi-client on mac os x?