el-get/recipes/uim-el.rcp
2012-02-22 14:46:21 -08:00

19 lines
787 B
Plaintext

(:name uim-el
:description "A multilingual input method framework for Emacs"
:type svn
:url "http://uim.googlecode.com/svn/trunk/"
:load-path ("./emacs")
:build ("LC_MESSAGES=C ./make-wc.sh --prefix=`pwd`/build\
--disable-gnome-applet --disable-fep --without-gtk2"
"make"
"make install")
:post-init
((setq uim-el-agent (concat
(file-name-as-directory
default-directory)
"emacs/uim-el-agent"))
(setq uim-el-helper-agent (concat
(file-name-as-directory
default-directory)
"emacs/uim-el-helper-agent"))))