el-get/recipes/wanderlust.rcp
Ryan C. Thompson 02f3795239 Remove obsolete :module property from wanderlust & dependencies
This property was a holdover from when these recipes were CVS-based.
It should have been removed when they were switched over to git-based
recipes.
2012-05-27 12:42:56 -07:00

26 lines
982 B
Plaintext

(:name wanderlust
:description "Wanderlust bootstrap."
:depends semi
:type github
:pkgname "wanderlust/wanderlust"
: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" (el-get-print-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"))