el-get/recipes/emacs-jabber.rcp
Noam Postavsky 796d5b4fd0 check whole :build list for interp'd strings
Fix some recipe shell interpolation.
2015-07-06 04:46:40 -04:00

13 lines
453 B
Plaintext

(:name emacs-jabber
:website "http://emacs-jabber.sourceforge.net"
:description "A minimal jabber client"
:type git
:url "git://git.code.sf.net/p/emacs-jabber/git"
:info "."
:load-path (".")
:features jabber-autoloads
:build `(("autoreconf" "-i")
("./configure")
("make" ,(format "EMACS=%s" el-get-emacs))
("mv" "jabber.info" "emacs-jabber.info")))