el-get/recipes/mailcrypt.rcp
Ryan C. Thompson bd8ec955fd Don't call shell-quote-argument in mailcrypt recipe
I haven't tested this at all, but assuming that the :build property of
a recipe gets passed through el-get-build and subsequently
el-get-start-process-list, the recipe itself should never use
`shell-quote-argument`.
2011-10-06 01:49:35 -07:00

18 lines
473 B
Plaintext

(:name mailcrypt
:description "Mail encryption with PGP"
:type cvs
:url ":pserver:anonymous@mailcrypt.cvs.sourceforge.net:/cvsroot/mailcrypt"
:module "mailcrypt"
:build `(
"autoconf"
"./configure"
`("make"
,(concat "EMACS=" el-get-emacs)
"INFOFILES=mailcrypt.info"
"all"
"info")
)
:info "."
)