aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libdrizzle.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/libdrizzle.rb b/Library/Formula/libdrizzle.rb
deleted file mode 100644
index a51e70ceb..000000000
--- a/Library/Formula/libdrizzle.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class Libdrizzle < Formula
- head 'bzr://https://launchpad.net/libdrizzle/trunk'
- url 'http://launchpad.net/libdrizzle/trunk/0.7/+download/libdrizzle-0.7.tar.gz'
- homepage 'https://launchpad.net/libdrizzle'
- md5 '9b2f0ed5d9f63d0f0b9253d03c817d55'
-
- def install
- system "./config/autorun.sh" if ARGV.build_head?
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end