Add tramp recipe

This commit is contained in:
Brice Waegeneire 2013-09-28 13:36:34 +02:00
parent f7a214b025
commit 8909b8806b

19
recipes/tramp.rcp Normal file
View File

@ -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")