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

2017-07-12 Thread Antonio Rojas
Date: Wednesday, July 12, 2017 @ 17:37:00
  Author: arojas
Revision: 300166

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

Added:
  ecl/repos/extra-i686/PKGBUILD
(from rev 300165, ecl/trunk/PKGBUILD)
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 300165, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-i686/PKGBUILD
  ecl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-12 17:36:30 UTC (rev 300165)
+++ extra-i686/PKGBUILD 2017-07-12 17:37:00 UTC (rev 300166)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.3
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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
-}

Copied: ecl/repos/extra-i686/PKGBUILD (from rev 300165, ecl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-12 17:37:00 UTC (rev 300166)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=2
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' '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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-12 17:36:30 UTC (rev 300165)
+++ extra-x86_64/PKGBUILD   2017-07-12 17:37:00 UTC (rev 300166)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.3
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 300165, ecl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-12 17:37:00 UTC (rev 300166)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=2
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/;

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

2017-06-07 Thread Jürgen Hötzel
Date: Wednesday, June 7, 2017 @ 18:30:30
  Author: juergen
Revision: 298138

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

Added:
  ecl/repos/extra-i686/PKGBUILD
(from rev 298137, ecl/trunk/PKGBUILD)
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 298137, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-i686/PKGBUILD
  ecl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-07 18:29:53 UTC (rev 298137)
+++ extra-i686/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.2
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
-
-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
-}

Copied: ecl/repos/extra-i686/PKGBUILD (from rev 298137, ecl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-07 18:30:30 UTC (rev 298138)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' '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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-07 18:29:53 UTC (rev 298137)
+++ extra-x86_64/PKGBUILD   2017-06-07 18:30:30 UTC (rev 298138)
@@ -1,39 +0,0 @@
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.1.2
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
-
-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
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 298137, ecl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-07 18:30:30 UTC (rev 298138)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.3
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/;

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

2016-06-06 Thread Jürgen Hötzel
Date: Monday, June 6, 2016 @ 12:59:04
  Author: juergen
Revision: 269068

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

Added:
  ecl/repos/extra-i686/PKGBUILD
(from rev 269067, ecl/trunk/PKGBUILD)
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 269067, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-i686/PKGBUILD
  ecl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-06 10:58:53 UTC (rev 269067)
+++ extra-i686/PKGBUILD 2016-06-06 10:59:04 UTC (rev 269068)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.0.0
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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/files/ecl-${pkgver}.tgz)
-sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
-
-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-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-i686/PKGBUILD (from rev 269067, ecl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-06 10:59:04 UTC (rev 269068)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.2
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' '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=('2d482b1a0a4fbd5d881434517032279d808cb6405e22dd91ef6d733534464b99')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-06 10:58:53 UTC (rev 269067)
+++ extra-x86_64/PKGBUILD   2016-06-06 10:59:04 UTC (rev 269068)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=16.0.0
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' '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/files/ecl-${pkgver}.tgz)
-sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
-
-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-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 269067, ecl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-06 10:59:04 UTC (rev 269068)
@@ -0,0 +1,39 @@
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.1.2
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')

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

2014-01-03 Thread Bartłomiej Piotrowski
Date: Friday, January 3, 2014 @ 10:30:10
  Author: bpiotrowski
Revision: 203068

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

Added:
  ecl/repos/extra-i686/PKGBUILD
(from rev 203067, ecl/trunk/PKGBUILD)
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 203067, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-i686/PKGBUILD
  ecl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-03 09:30:04 UTC (rev 203067)
+++ extra-i686/PKGBUILD 2014-01-03 09:30:10 UTC (rev 203068)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Maintainer: juergen juer...@archlinux.org
-
-pkgname=ecl
-pkgver=13.5.1
-pkgrel=1
-pkgdesc=Embeddable Common Lisp
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/ecls/;
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz)
-md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586')
-
-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-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-i686/PKGBUILD (from rev 203067, ecl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-03 09:30:10 UTC (rev 203068)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Maintainer: juergen juer...@archlinux.org
+
+pkgname=ecl
+pkgver=13.5.1
+pkgrel=2
+pkgdesc=Embeddable Common Lisp
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/ecls/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz)
+md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586')
+
+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-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-03 09:30:04 UTC (rev 203067)
+++ extra-x86_64/PKGBUILD   2014-01-03 09:30:10 UTC (rev 203068)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Maintainer: juergen juer...@archlinux.org
-
-pkgname=ecl
-pkgver=13.5.1
-pkgrel=1
-pkgdesc=Embeddable Common Lisp
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/ecls/;
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/13.5/ecl-${pkgver}.tgz)
-md5sums=('f6bb59d9383c51fc94e1c7ca5cf1c586')
-
-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-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 203067, ecl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-03 09:30:10 UTC (rev 203068)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Maintainer: juergen juer...@archlinux.org
+
+pkgname=ecl
+pkgver=13.5.1
+pkgrel=2
+pkgdesc=Embeddable Common Lisp
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/ecls/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')