Remove pngwriter from homebrew-core.

This software appears unmaintained, and does not work with libpng 1.5
provided by Lion. So moving to Homebrew-alt.
master
Adam Vandenberg 2012-02-20 19:39:45 -08:00
parent 559e12c916
commit 5150b9e4b7
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
require 'formula'
class Pngwriter < Formula
url 'http://downloads.sourceforge.net/project/pngwriter/pngwriter/pngwriter-0.5.4/pngwriter-0.5.4.zip'
homepage 'http://pngwriter.sourceforge.net/'
md5 '7e0c20f2cce6da685b68d5e9b15b5207'
def install
# the zip file contains one more directory
cd("pngwriter-0.5.4")
# use the OSX specific makefile
ln_sf("make.include.osx", "make.include")
system "make PREFIX=#{prefix}"
system "make install PREFIX=#{prefix}"
end
end