el-get/recipes/apel.rcp

17 lines
632 B
Plaintext

(:name apel
:website "http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/"
:description "APEL (A Portable Emacs Library) is a library to support to write portable Emacs Lisp programs."
:type cvs
:module "apel"
:url ":pserver:anonymous@cvs.m17n.org:/cvs/root"
:build
(mapcar
(lambda (target)
(list el-get-emacs
(split-string "-batch -q -no-site-file -l APEL-MK -f")
target
"prefix" "site-lisp" "site-lisp"))
'("compile-apel" "install-apel"))
:load-path ("site-lisp/apel" "site-lisp/emu"))