aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mecab-ko-dic.rb
blob: 459f7feab516744e85ee9ed5fe788fd0b5a87e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
require "formula"

class MecabKoDic < Formula
  homepage "https://bitbucket.org/bibreen/mecab-ko-dic"
  url "https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-1.5.0-20140317.tar.gz"
  sha1 "1114b6de67ca11a439c4accc7528711b90a35c31"

  depends_on :autoconf
  depends_on :automake
  depends_on 'mecab-ko'

  patch :DATA

  def install
    system "./configure", "--prefix=#{prefix}",
                          "--with-dicdir=#{prefix}"
    system "make install"
  end
end


__END__
--- a/configure
+++ b/configure
@@ -1705,9 +1705,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS con
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu

-
-am__api_version='1.11'
-
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
   if test -f "$ac_dir/install-sh"; then
@@ -2187,13 +2184,13 @@ _ACEOF

 # Some tools Automake needs.

-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}


 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}


-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake"}


 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"