el-get/recipes/emacs-w3m.rcp
Noam Postavsky dc9a4035ff consider more functions "safe" for recipe checking
Fix some more shell interpolation in recipes.
2015-07-06 04:36:45 -04:00

12 lines
474 B
Plaintext

(:name emacs-w3m
:description "A simple Emacs interface to w3m"
:type cvs
:website "http://emacs-w3m.namazu.org/"
:module "emacs-w3m"
:url ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot"
:build `(("autoconf") ("./configure" ,(format "--with-emacs=%s" el-get-emacs)) ("make"))
:build/windows-nt (("sh" "./autogen.sh")
("sh" "./configure")
("make"))
:info "doc")