Package MIT/GNU Scheme

This commit is contained in:
Abdulkadir Furkan Şanlı
2018-12-17 12:03:22 +01:00
parent 0c946c19dd
commit 86cd72e1e9
10 changed files with 1199 additions and 2 deletions

4
mit-scheme/abi_used_libs Normal file
View File

@ -0,0 +1,4 @@
libc.so.6
libdl.so.2
libm.so.6
libncursesw.so.5

21
mit-scheme/package.yml Normal file
View 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

File diff suppressed because it is too large Load Diff