diff options
| author | Adam Vandenberg | 2012-03-17 12:19:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 12:19:57 -0700 |
| commit | 4e80efa255f38ceb1e0fca10dbdd2146a0025be0 (patch) | |
| tree | 47bd107819a1937deafcd43acf98160313180fb1 /Library | |
| parent | 53d2d8d602148ea3986865467db0b3d680e5e105 (diff) | |
| download | homebrew-4e80efa255f38ceb1e0fca10dbdd2146a0025be0.tar.bz2 | |
Move libgdiplus to Homebrew-ALT
Moving mono related software to homebrew-alt.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgdiplus.rb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/Library/Formula/libgdiplus.rb b/Library/Formula/libgdiplus.rb deleted file mode 100644 index 166d3953a..000000000 --- a/Library/Formula/libgdiplus.rb +++ /dev/null @@ -1,26 +0,0 @@ -require 'formula' - -class Libgdiplus < Formula - url 'http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.10.tar.bz2' - homepage 'http://www.mono-project.com/Libgdiplus' - md5 '451966e8f637e3a1f02d1d30f900255d' - - depends_on 'gettext' - depends_on 'libtiff' - depends_on 'libexif' - depends_on 'glib' - - def patches - # fixes compilation against libpng1.5 - # see https://bugs.gentoo.org/355113 - # and https://bugzilla.novell.com/show_bug.cgi?id=666583 - { :p0 => 'http://cvsweb.se.netbsd.org/cgi-bin/bsdweb.cgi/~checkout~/pkgsrc/graphics/libgdiplus/patches/patch-aa?rev=1.9;content-type=text%2Fplain' } - end if MacOS.lion? - - def install - ENV.x11 - - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" - system "make install" - end -end |
