multimarkdown 3.2

Also remove dependencies that are no longer necessary.

Closes Homebrew/homebrew#7987.
Closes Homebrew/homebrew#7820.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Fletcher T. Penney 2011-10-05 23:19:46 -03:00 committed by Jack Nagel
parent 47373c9fc5
commit fa8a429fdf

View file

@ -2,15 +2,12 @@ require 'formula'
class Multimarkdown < Formula class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/' homepage 'http://fletcherpenney.net/multimarkdown/'
url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.1b1' url 'https://github.com/fletcher/peg-multimarkdown/tarball/3.2'
md5 'fc09047d271828f068473114becd39d6' md5 '438a7c09af13adf91e318ba2f49681b6'
head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development' head 'https://github.com/fletcher/peg-multimarkdown.git', :branch => 'development'
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'glib'
def install def install
ENV.append 'CFLAGS', '-include GlibFacade.h'
system "make" system "make"
bin.install 'multimarkdown' bin.install 'multimarkdown'
bin.install Dir['Support/bin/*'] bin.install Dir['Support/bin/*']