el-get/recipes/edb.rcp
Sébastien Gross a93983da83 Add recipe for the emacs database.
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2012-09-12 10:02:14 +02:00

11 lines
376 B
Plaintext

(:name edb
:website "http://www.gnuvola.org/software/edb"
:description "The Emacs database."
:type http-tar
:options ("xzf")
:url "http://www.gnuvola.org/software/edb/edb-1.31.tar.gz/edb-1.31.tar.gz"
:info "doc"
:load-path ("lisp")
:build `(("./configure")
(,(format "make EMACS=\"%s\"" el-get-emacs))))