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

21 lines
688 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/")
)