el-get/recipes/semi.rcp
Ryan C. Thompson cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00

21 lines
677 B
Plaintext

(:name semi
:description "SEMI is a library to provide MIME feature for GNU Emacs."
:depends flim
:type github
:branch "semi-1_14-wl"
:pkgname "wanderlust/semi"
:build
(mapcar
(lambda (target)
(list el-get-emacs
(mapcar (lambda (pkg)
(mapcar (lambda (d) `("-L" ,d)) (el-get-load-path pkg)))
'("apel" "flim"))
(split-string "-batch -q -no-site-file -l SEMI-MK -f")
target
"prefix" "site-lisp" "site-lisp"))
'("compile-semi" "install-semi"))
:load-path ("site-lisp/semi/")
)