[arch-commits] Commit in ecl-16.1.2/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:53:44 UTC 2018


    Date: Friday, November 9, 2018 @ 21:53:43
  Author: foutrelis
Revision: 404778

archrelease: copy trunk to community-staging-x86_64

Added:
  ecl-16.1.2/repos/community-staging-x86_64/
  ecl-16.1.2/repos/community-staging-x86_64/PKGBUILD
    (from rev 404777, ecl-16.1.2/trunk/PKGBUILD)

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

Copied: ecl-16.1.2/repos/community-staging-x86_64/PKGBUILD (from rev 404777, ecl-16.1.2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 21:53:43 UTC (rev 404778)
@@ -0,0 +1,40 @@
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl-16.1.2
+pkgver=16.1.2
+pkgrel=2
+pkgdesc="Embeddable Common Lisp (version 16.1.2)"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/"
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf' 'ecl')
+conflicts=('ecl')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/ecl-${pkgver}.tgz")
+sha256sums=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
+
+build() {
+  cd ecl-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
+  ./configure \
+    --build=$CHOST \
+    --prefix=/usr \
+    --with-tcp \
+    --with-serve-event \
+    --with-clos-streams \
+    --with-system-gmp \
+    --without-x \
+    --without-clx \
+    --enable-threads \
+    --enable-shared \
+    --enable-boehm=included \
+
+  make
+}
+
+package() {
+  make -C ecl-$pkgver DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list