ros install ffcall+ use github taged archive.

This commit is contained in:
SANO Masatoshi 2017-04-19 14:06:53 +02:00
parent f82b0e1829
commit 193945e95a
2 changed files with 5 additions and 5 deletions

View file

@ -4,12 +4,12 @@
(:export :*ffcall-version*))
(in-package :roswell.install.ffcall+)
(defvar *ffcall-version* "1.10")
(defvar *ffcall-version* "ffcall-1-10")
(defun ffcall-setup (argv)
(let* ((uri (format nil "~Affcall-~A.tar.gz" (ffcall-uri) *ffcall-version*))
(let* ((uri (format nil "~A~A.tar.gz" (ffcall-uri) *ffcall-version*))
(pos (position #\/ uri :from-end t))
(path (merge-pathnames (format nil "archives/~A" (subseq uri (1+ pos))) (homedir)))
(expand-dir (merge-pathnames (format nil "src/ffcall-~A/" *ffcall-version*) (homedir)))
(expand-dir (merge-pathnames (format nil "src/libffcall-~A/" *ffcall-version*) (homedir)))
(prefix (merge-pathnames (format nil "lib/~A/~A/~A/~A/" (uname-m) (uname) "ffcall" *ffcall-version*) (homedir)))
(logdir (ensure-directories-exist (merge-pathnames "impls/log/ffcall/" (homedir)))))
(if (or (not (probe-file path))

View file

@ -23,8 +23,8 @@
(defuri cmu-bin-uri "https://common-lisp.net/project/cmucl/downloads/")
(defuri quicklisp-uri "http://beta.quicklisp.org/")
(defuri ffcall-uri "https://github.com/roswell/ffcall/releases/download/ffcall-1-10/")
(defuri ffcall-uri "https://github.com/roswell/libffcall/archive/")
(defuri sigsegv-uri "http://ftpmirror.gnu.org/libsigsegv/")
(defuri msys2-uri "http://kent.dl.sourceforge.net/project/")