Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37712807
en ru br
ALT Linux repositórios
S:2.49.92-alt2
5.0: 2.47-alt1
4.1: 2.43-alt1
4.0: 2.43-alt1
3.0: 2.33.2-alt4

Group :: Desenvolvimento/Lisp
RPM: clisp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: clisp
Version: 2.43
Release: alt1
Serial: 1

Summary: Common Lisp (ANSI CL) implementation
License: GPL
Group: Development/Lisp
URL: http://clisp.cons.org/
Packager: Vadim V. Zhytnikov <vvzhy at altlinux.ru>

Source: clisp-%version.tar.bz2

BuildRequires: libreadline-devel libncurses-devel libtinfo-devel libsigsegv-devel gcc-c++

%description
Common Lisp is a high-level, general-purpose programming language.

GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
University and Michael Stoll of Munich University, both in Germany.
It mostly supports the Lisp described in the ANSI Common Lisp standard.
It runs on microcomputers (Windows NT/2000/XP, Windows 95/98/ME) as well
as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, BeOS,
NeXTstep, SGI, AIX and others) and needs only 2 MB of RAM.

It is Free Software and may be distributed under the terms of GNU GPL,
while it is possible to distribute commercial applications compiled
with GNU CLISP.

The user interface comes in German, English, French, Spanish, Dutch,
Russian and Danish.

GNU CLISP includes an interpreter, a compiler, a debugger, CLOS,
a foreign language interface, sockets, i18n, fast bignums and more.
An X11 interface is available through CLX, Garnet, CLUE/CLIO.
GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.

%prep
%setup -q

%build
CC="gcc -falign-functions=4"`echo "%optflags" | %__sed -e "s:%optflags_default::"`
export CC
./configure --prefix=%prefix
#./configure --prefix=%prefix --host=%_target_platform

(cd src
./makemake --with-readline --with-libsigsegv --with-gettext --with-dynamic-ffi > Makefile
%make config.lisp
%make
%make check
%make testsuite
)

%install

(cd src
%make prefix=%prefix DESTDIR=%buildroot \
     docdir=%_docdir/%name-%version \
     lispdocdir=%_docdir/%name-%version \
     libdir=%_libdir \
     mandir=%_mandir install
)

%find_lang %name
%find_lang --append --output=%name.lang %{name}low

%files -f %name.lang
%_bindir/clisp
%_libdir/clisp*
%_emacslispdir/*
%exclude %_libdir/clisp*/full
%_mandir/man?/*
%_docdir/%name-%version
%exclude %_datadir/vim


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009