[arch-commits] Commit in ecl/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:17:25 UTC 2018


    Date: Friday, November 9, 2018 @ 23:17:24
  Author: felixonmars
Revision: 338764

archrelease: copy trunk to staging-x86_64

Added:
  ecl/repos/staging-x86_64/
  ecl/repos/staging-x86_64/PKGBUILD
    (from rev 338763, ecl/trunk/PKGBUILD)

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

Copied: ecl/repos/staging-x86_64/PKGBUILD (from rev 338763, ecl/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-11-09 23:17:24 UTC (rev 338764)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=3
+pkgdesc="Embeddable Common Lisp"
+arch=('x86_64')
+url="https://common-lisp.net/project/ecl/"
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=("https://common-lisp.net/project/ecl/static/files/release/${pkgname}-${pkgver}.tgz")
+sha256sums=('76a585c616e8fa83a6b7209325a309da5bc0ca68e0658f396f49955638111254')
+
+build() {
+  cd $srcdir/$pkgname-$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 $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list