el-get/recipes/gnuplot-mode.rcp
Matthias Liertzer 3678f27553 Update gnuplot-mode recipe
Use github repository and eliminate shell-interpolation
2012-10-15 17:42:16 +02:00

9 lines
305 B
Plaintext

(:name gnuplot-mode
:description "Drive gnuplot from within emacs"
:type github
:pkgname "bruceravel/gnuplot-mode"
:build `(("./configure")
("make" ,(concat "EMACS=" el-get-emacs)
"gnuplot.elc" "gnuplot-gui.elc")))
:info "gnuplot.info")