diff --git a/recipes/uim-el.el b/recipes/uim-el.el new file mode 100644 index 00000000..6ae00ed3 --- /dev/null +++ b/recipes/uim-el.el @@ -0,0 +1,18 @@ +(:name uim-el + :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") + :after (lambda () + (setq uim-el-agent (concat + (file-name-as-directory + (el-get-package-directory "uim-el")) + "emacs/uim-el-agent")) + (setq uim-el-helper-agent (concat + (file-name-as-directory + (el-get-package-directory "uim-el")) + "emacs/uim-el-helper-agent")))) +