[arch-commits] Commit in clisp/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 10:06:01 UTC 2018


    Date: Sunday, March 25, 2018 @ 10:06:00
  Author: bpiotrowski
Revision: 320303

archrelease: copy trunk to testing-x86_64

Added:
  clisp/repos/testing-x86_64/
  clisp/repos/testing-x86_64/PKGBUILD
    (from rev 320302, clisp/trunk/PKGBUILD)

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

Copied: clisp/repos/testing-x86_64/PKGBUILD (from rev 320302, clisp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-03-25 10:06:00 UTC (rev 320303)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+pkgname=clisp
+pkgver=2.49.93
+pkgrel=1
+pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
+arch=('x86_64')
+license=('GPL')
+url="http://clisp.cons.org/"
+depends=('readline' 'libsigsegv')
+provides=('common-lisp')
+makedepends=('ffcall' 'mercurial')
+options=('!makeflags' '!emptydirs')
+_rev=b55b8196c9f25428304ec3de87383319fd1f2264
+source=(hg+http://hg.code.sf.net/p/clisp/clisp#revision=$_rev)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./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
+}



More information about the arch-commits mailing list