diff options
Diffstat (limited to 'homebrew/mecabkodic/.make.sh-auto')
-rw-r--r-- | homebrew/mecabkodic/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/mecabkodic/.make.sh-auto b/homebrew/mecabkodic/.make.sh-auto new file mode 100644 index 000000000..b185c43da --- /dev/null +++ b/homebrew/mecabkodic/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +./autogen.sh +pkg:configure --with-dicdir=${PKG_TAPF}/lib/mecab/dic/mecab-ko-dic +make DESTDIR=${PKG_DEST} install |