# Description: GNU CLisp is an ANSI Common Lisp Implementation. # URL: http://clisp.cons.org/ # Maintainer: Thomas Penteker, tek at serverop dot de # Depends on: libsigsegv readline libffcall name=clisp version=2.49.92 release=1 date=2018-02-18 source=(https://gitlab.com/gnu-clisp/clisp/-/archive/$name-$version-$date/$name-$name-$version-$date.tar.bz2) build() { cd $name-$name-$version-$date FORCE_UNSAFE_CONFIGURE=1 \ ./configure \ --prefix=/usr \ --with-readline \ --with-ffcall cd src ./makemake \ --with-dynamic-ffi \ --with-ffcall \ --with-readline \ --prefix=/usr make -j1 make -j1 DESTDIR=$PKG install rm -r $PKG/usr/share/{doc,locale} }