/usr/share/el-get/recipes/wanderlust.rcp is in el-get 3.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | (:name wanderlust
:description "Wanderlust bootstrap."
:depends (apel flim semi)
:type cvs
:module "wanderlust"
:url ":pserver:anonymous@cvs.m17n.org:/cvs/root"
:build (mapcar
(lambda (target-and-dirs)
(list el-get-emacs
(mapcar (lambda (pkg)
(mapcar (lambda (d) `("-L" ,d)) (el-get-load-path pkg)))
(append
'("apel" "flim" "semi")
(when (el-get-package-exists-p "bbdb") (list "bbdb"))))
"--eval" (prin1-to-string
'(progn (setq wl-install-utils t)
(setq wl-info-lang "en")
(setq wl-news-lang "en")))
(split-string "-batch -q -no-site-file -l WL-MK -f")
target-and-dirs))
'(("wl-texinfo-format" "doc")
("compile-wl-package" "site-lisp" "icons")
("install-wl-package" "site-lisp" "icons")))
:info "doc/wl.info"
:load-path ("site-lisp/wl" "utils"))
|