el-get/recipes/flim.rcp

20 lines
691 B
Plaintext
Raw Normal View History

(: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"))