Date: Monday, November 7, 2022 @ 00:53:45
  Author: felixonmars
Revision: 460806

archrelease: copy trunk to staging-x86_64

Added:
  clisp/repos/staging-x86_64/
  clisp/repos/staging-x86_64/PKGBUILD
    (from rev 460805, clisp/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: clisp/repos/staging-x86_64/PKGBUILD (from rev 460805, 
clisp/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-11-07 00:53:45 UTC (rev 460806)
@@ -0,0 +1,35 @@
+# Maintainer: Juergen Hoetzel <[email protected]>
+pkgname=clisp
+pkgver=2.49.93
+pkgrel=7
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('x86_64')
+license=('GPL')
+url="https://clisp.sourceforge.io/";
+depends=('readline' 'libsigsegv' 'ffcall' 'libxcrypt' 'libunistring')
+provides=('common-lisp')
+makedepends=('mercurial')
+options=('!makeflags' '!emptydirs')
+_rev=b55b8196c9f25428304ec3de87383319fd1f2264
+source=(hg+http://hg.code.sf.net/p/clisp/clisp#revision=$_rev)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  CFLAGS+=" -ffat-lto-objects" \
+  ./configure --prefix=/usr --with-readline --with-ffcall src
+
+  cd src
+  ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > 
Makefile
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname/src
+  make DESTDIR="$pkgdir" install
+}

Reply via email to