el-get/recipes/flim.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

20 lines
681 B
Plaintext

(:name flim
:description "A library to provide basic features about message representation or encoding"
:depends apel
:type github
:branch "flim-1_14-wl"
:pkgname "wanderlust/flim"
:build
(mapcar
(lambda (target)
(list el-get-emacs
(mapcar (lambda (pkg)
(mapcar (lambda (d) `("-L" ,d)) (el-get-load-path pkg)))
'("apel"))
(split-string "-batch -q -no-site-file -l FLIM-MK -f")
target
"prefix" "site-lisp" "site-lisp"))
'("compile-flim" "install-flim"))
:load-path ("site-lisp/flim"))