diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-18 11:38:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-18 11:38:40 +0000 |
commit | 79c0c48b6cf37fa7eb3c4145a42a6d71ff7e0c52 (patch) | |
tree | 13e0c04d17545ed4170387d04e7aa9989cc08156 /inputmethod | |
parent | 3ce4cc68904c63d474db62ba943706746c5c9552 (diff) | |
download | pkgsrc-79c0c48b6cf37fa7eb3c4145a42a6d71ff7e0c52.tar.gz |
Import mozc-server-1.6.1187.102 as inputmethod/mozc-server.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.
This package is dictionary server for mozc client, such as ibuz-mozc.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/mozc-server/DESCR | 5 | ||||
-rw-r--r-- | inputmethod/mozc-server/Makefile | 17 | ||||
-rw-r--r-- | inputmethod/mozc-server/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/inputmethod/mozc-server/DESCR b/inputmethod/mozc-server/DESCR new file mode 100644 index 00000000000..789be06d682 --- /dev/null +++ b/inputmethod/mozc-server/DESCR @@ -0,0 +1,5 @@ +Mozc is a Japanese Input Method Editor (IME) designed for multi-platform +such as Chromium OS, Windows, Mac and Linux. This open-source +project originates from Google Japanese Input. + +This package is dictionary server for mozc client, such as ibuz-mozc. diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile new file mode 100644 index 00000000000..ab7ffd9bc35 --- /dev/null +++ b/inputmethod/mozc-server/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2013/01/18 11:38:40 ryoon Exp $ +# + +PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/} + +INSTALLATION_DIRS+= libexec + +do-build: + cd ${WRKSRC} && env ${MAKE_ENV} \ + ${PYTHONBIN} build_mozc.py build -c Release -j ${MAKE_JOBS} \ + server/server.gyp:mozc_server + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_server \ + ${DESTDIR}${PREFIX}/libexec/mozc_server_japanese + +.include "../../inputmethod/ibus-mozc/Makefile.common" diff --git a/inputmethod/mozc-server/PLIST b/inputmethod/mozc-server/PLIST new file mode 100644 index 00000000000..7f1dfb21acd --- /dev/null +++ b/inputmethod/mozc-server/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/18 11:38:40 ryoon Exp $ +libexec/mozc_server_japanese |