Package MIT/GNU Scheme
This commit is contained in:
4
mit-scheme/abi_used_libs
Normal file
4
mit-scheme/abi_used_libs
Normal file
@ -0,0 +1,4 @@
|
||||
libc.so.6
|
||||
libdl.so.2
|
||||
libm.so.6
|
||||
libncursesw.so.5
|
21
mit-scheme/package.yml
Normal file
21
mit-scheme/package.yml
Normal file
@ -0,0 +1,21 @@
|
||||
name : mit-scheme
|
||||
version : 10.1.3
|
||||
release : 1
|
||||
source :
|
||||
- http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/10.1.3/mit-scheme-10.1.3-x86-64.tar.gz : 1371effeccb8f9b5432b04d43ceedb4feb125cfaec0a1992de6af0320063a70e
|
||||
license : GPL-2.0-or-later
|
||||
component : programming
|
||||
summary : MIT/GNU Scheme is an implementation of the Scheme programming language.
|
||||
description: |
|
||||
MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library.
|
||||
builddeps :
|
||||
- pkgconfig(ncursesw)
|
||||
setup : |
|
||||
cd src
|
||||
%configure
|
||||
build : |
|
||||
cd src
|
||||
%make
|
||||
install : |
|
||||
cd src
|
||||
%make_install
|
1136
mit-scheme/pspec_x86_64.xml
Normal file
1136
mit-scheme/pspec_x86_64.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user