# 
# An ANSI Common Lisp Implementation.
# 
# In computing, CLISP is an implementation of the programming language
# Common Lisp originally developed by Bruno Haible and Michael Stoll for
# the Atari ST.
# 
# LISP includes an interpreter, a bytecode compiler, debugger, socket
# interface, high-level foreign language interface, strong
# internationalization support, and two object systems:
# Common Lisp Object System (CLOS) and metaobject protocol (MOP).
# 
# It is written in C and Common Lisp. It is now part of the GNU Project
# and is free software, available under the terms of the GNU General
# Public License (GPL).
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=clisp
pkgversion=20221228_957c79a25
arch=amd64
release=1
pkgcategory="devel"
full_pkgname=clisp_20221228_957c79a25_amd64-1@devel
blurb="An ANSI Common Lisp Implementation."
homepage=""
license="GPLv2+"
fetch="
 https://dragora.mirror.garr.it/current/sources/clisp-20221228_957c79a25.tar.lz
 rsync://rsync.dragora.org/current/sources/clisp-20221228_957c79a25.tar.lz
"
replace=""