aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-01-26 12:45:55 -0600
committerJack Nagel2012-01-26 12:45:55 -0600
commitac321f9ad97f7aea15d3c451a04ab8af890f6b45 (patch)
tree41366dbaa23bf7e4277bd13653acf46df8d1e406
parent05d8886abce82d102682f1006a9bbf4f94f05424 (diff)
downloadhomebrew-ac321f9ad97f7aea15d3c451a04ab8af890f6b45.tar.bz2
Remove libopenspotify
The project was abandoned in 2010; they recommend using libspotify, which Homebrew provides. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/libopenspotify.rb13
1 files changed, 0 insertions, 13 deletions
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