mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
ros install ffcall+ use github taged archive.
This commit is contained in:
parent
f82b0e1829
commit
193945e95a
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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/")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue