[arch-commits] Commit in ecl/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri Jan 3 09:30:10 UTC 2014
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 <jproctor at prium.net>
-# Maintainer: juergen <juergen at 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 <jproctor at prium.net>
+# Maintainer: juergen <juergen at 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 <jproctor at prium.net>
-# Maintainer: juergen <juergen at 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 <jproctor at prium.net>
+# Maintainer: juergen <juergen at 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
+}
More information about the arch-commits
mailing list