[arch-commits] Commit in ecl-16.1.2 (5 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 22 12:32:22 UTC 2017


    Date: Saturday, July 22, 2017 @ 12:32:21
  Author: arojas
Revision: 245967

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: ecl-16.1.2/repos/community-i686/PKGBUILD (from rev 245966, ecl-16.1.2/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-07-22 12:32:21 UTC (rev 245967)
@@ -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=1
+pkgdesc="Embeddable Common Lisp (version 16.1.2)"
+arch=('i686' '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
+}

Copied: ecl-16.1.2/repos/community-x86_64/PKGBUILD (from rev 245966, ecl-16.1.2/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-07-22 12:32:21 UTC (rev 245967)
@@ -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=1
+pkgdesc="Embeddable Common Lisp (version 16.1.2)"
+arch=('i686' '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