From bdb218bf826743f0194a0dd5f56dd7e09c2df03d Mon Sep 17 00:00:00 2001 From: Juhani Simola Date: Sat, 30 Nov 2013 01:03:23 +0200 Subject: malaga 7.12 Malaga, a software package for the development and application of grammars that are used for the analysis of words and sentences of natural languages. Signed-off-by: Misty De Meo --- Library/Formula/malaga.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/malaga.rb (limited to 'Library') diff --git a/Library/Formula/malaga.rb b/Library/Formula/malaga.rb new file mode 100644 index 000000000..c187c6edc --- /dev/null +++ b/Library/Formula/malaga.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Malaga < Formula + homepage 'http://home.arcor.de/bjoern-beutel/malaga/' + url 'http://home.arcor.de/bjoern-beutel/malaga/malaga-7.12.tgz' + sha1 '19d74697575229231c18c83bb7a16b7ee6c31a51' + + depends_on 'pkg-config' => :build + depends_on 'glib' + depends_on 'gtk+' => :optional + + def install + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--prefix=#{prefix}" + + system "make", "install" + end + +end -- cgit v1.2.3