el-get/recipes/tramp.rcp

19 lines
755 B
Plaintext
Raw Normal View History

2013-09-28 19:36:34 +08:00
(: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"
:build
`(("autoconf")
("./configure" ,(concat "--with-emacs=" el-get-emacs)
"--with-contrib" ,(concat "--prefix="
(expand-file-name
(el-get-package-directory "tramp"))))
("make")
("make" "install"))
2013-09-28 19:36:34 +08:00
:load-path ("./lisp")
;; tramp-loaddefs.el uses `tramp-verion' before it's defined,
;; work around this by loading trampver.el first.
:autoloads ("trampver.el" "tramp-loaddefs.el")
:info "share/info")