[arch-commits] Commit in ecl/repos/extra-i686 (PKGBUILD PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Thu Oct 8 14:20:59 UTC 2015
Date: Thursday, October 8, 2015 @ 16:20:58
Author: juergen
Revision: 248501
archrelease: copy trunk to extra-i686
Added:
ecl/repos/extra-i686/PKGBUILD
(from rev 248500, ecl/trunk/PKGBUILD)
Deleted:
ecl/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-08 14:11:42 UTC (rev 248500)
+++ PKGBUILD 2015-10-08 14:20:58 UTC (rev 248501)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=15.3.7
-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/15.3/ecl-${pkgver}.tgz)
-md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
-
-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 248500, ecl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-10-08 14:20:58 UTC (rev 248501)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+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
+}
More information about the arch-commits
mailing list