el-get/recipes/ddskk.rcp

17 lines
804 B
Plaintext
Raw Normal View History

2011-11-08 11:24:51 +08:00
(:name ddskk
:website "http://openlab.ring.gr.jp/skk/ddskk.html"
:description "A Japanese input method on Emacs."
2013-06-14 02:36:21 +08:00
:type cvs
:module "skk/main"
:url ":pserver:guest@openlab.jp:/circus/cvsroot"
:options "login"
2011-11-08 11:24:51 +08:00
:autoloads nil
2013-03-17 10:39:41 +08:00
:info "doc/skk.info"
2011-11-08 11:24:51 +08:00
:features ("skk-setup")
;; The "correct" way would be actually installing ddskk into some subdirectory.
;; But it needs significant work due to the limitation of the Makefile
;; thus here we are trying to emulate the Makefile behaviour.
2013-03-17 10:39:41 +08:00
:build `((,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile")
(,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile-info")
("mv" "skk-setup.el.in" "skk-setup.el")))