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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 10:27:20 UTC 2022


    Date: Sunday, April 24, 2022 @ 10:27:20
  Author: arojas
Revision: 443882

archrelease: copy trunk to extra-x86_64

Added:
  clisp/repos/extra-x86_64/PKGBUILD
    (from rev 443881, clisp/trunk/PKGBUILD)
Deleted:
  clisp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 10:27:01 UTC (rev 443881)
+++ PKGBUILD	2022-04-24 10:27:20 UTC (rev 443882)
@@ -1,34 +0,0 @@
-# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
-pkgname=clisp
-pkgver=2.49.93
-pkgrel=5
-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
-  ./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
-}

Copied: clisp/repos/extra-x86_64/PKGBUILD (from rev 443881, clisp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 10:27:20 UTC (rev 443882)
@@ -0,0 +1,35 @@
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+pkgname=clisp
+pkgver=2.49.93
+pkgrel=6
+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
+}



More information about the arch-commits mailing list