Remove mt-daapd/firefly

Project pages are defunct, no movement in code repos.

Closes Homebrew/homebrew#24856.
This commit is contained in:
Adam Vandenberg 2013-12-02 22:15:55 -08:00
parent d75f12513a
commit c899228e61
2 changed files with 0 additions and 17 deletions

View file

@ -1 +0,0 @@
../Formula/mt-daapd.rb

View file

@ -1,16 +0,0 @@
require 'formula'
class MtDaapd < Formula
homepage 'http://www.fireflymediaserver.org/'
url 'http://downloads.sourceforge.net/project/mt-daapd/mt-daapd/0.2.4.2/mt-daapd-0.2.4.2.tar.gz'
sha1 '5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f'
depends_on 'gdbm'
depends_on 'libid3tag'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end