el-get/recipes/uim-el.rcp

19 lines
787 B
Plaintext
Raw Normal View History

2010-12-20 21:41:35 +08:00
(:name uim-el
:description "A multilingual input method framework for Emacs"
2010-12-20 21:41:35 +08:00
: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"))))