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

20 lines
691 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"))