Skip to content

Commit

Permalink
Merge pull request dimitri#465 from omo/ddskk
Browse files Browse the repository at this point in the history
Added a recipe for ddskk.
  • Loading branch information
dimitri committed Nov 13, 2011
2 parents 4699ac0 + c20350c commit ae43cdc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipes/ddskk.rcp
@@ -0,0 +1,15 @@
(:name ddskk
:website "http://openlab.ring.gr.jp/skk/ddskk.html"
:description "A Japanese input method on Emacs."
:depends apel
:type http-tar
:options ("xzf")
:url "http://openlab.ring.gr.jp/skk/maintrunk/ddskk-14.3.tar.gz"
:autoloads nil
: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.
:build `(,(concat el-get-emacs
" -batch -q -no-site-file -l SKK-MK -f SKK-MK-compile")
"mv skk-setup.el.in skk-setup.el"))

0 comments on commit ae43cdc

Please sign in to comment.