From ac321f9ad97f7aea15d3c451a04ab8af890f6b45 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 26 Jan 2012 12:45:55 -0600 Subject: Remove libopenspotify The project was abandoned in 2010; they recommend using libspotify, which Homebrew provides. Signed-off-by: Jack Nagel --- Library/Formula/libopenspotify.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Library/Formula/libopenspotify.rb (limited to 'Library') diff --git a/Library/Formula/libopenspotify.rb b/Library/Formula/libopenspotify.rb deleted file mode 100644 index 78f35e04d..000000000 --- a/Library/Formula/libopenspotify.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class Libopenspotify < Formula - head 'https://github.com/noahwilliamsson/openspotify.git' - homepage 'https://github.com/noahwilliamsson/openspotify' - - depends_on 'libogg' - depends_on 'libvorbis' - - def install - system "make -C libopenspotify install prefix=#{prefix}" - end -end -- cgit v1.2.3