From 8909b8806b55adf6f2fa3c6fadbcda8507776f85 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sat, 28 Sep 2013 13:36:34 +0200 Subject: [PATCH] Add tramp recipe --- recipes/tramp.rcp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/tramp.rcp diff --git a/recipes/tramp.rcp b/recipes/tramp.rcp new file mode 100644 index 00000000..38a5301d --- /dev/null +++ b/recipes/tramp.rcp @@ -0,0 +1,19 @@ +(:name tramp + :description "Transparent Remote Access, Multiple Protocols." + :website "http://www.gnu.org/s/tramp/" + :type git + :url "git://git.savannah.gnu.org/tramp.git" + :checkout "V-2-2-7" + :build + `(("autoconf") + ("./configure" ,(concat "--with-emacs=" el-get-emacs) + "--with-contrib" ,(concat "--prefix=" + (expand-file-name + (el-get-package-directory +"tramp")))) + ("make") + ("make" + ("install"))) + :load-path ("./lisp") + :info "share/info" + :module "tramp")