[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Juergen Hoetzel
juergen at archlinux.org
Mon Feb 20 22:31:09 UTC 2012
Date: Monday, February 20, 2012 @ 17:31:08
Author: juergen
Revision: 150709
archrelease: copy trunk to extra-x86_64
Added:
ecl/repos/extra-x86_64/PKGBUILD
(from rev 150708, ecl/trunk/PKGBUILD)
Deleted:
ecl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 73 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 38 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-20 22:09:00 UTC (rev 150708)
+++ PKGBUILD 2012-02-20 22:31:08 UTC (rev 150709)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=11.1.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/11.1/ecl-11.1.1.tar.gz)
-md5sums=('6963cfa00e1c6d4a2123fd62100b02e6')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure || return 1
- ./configure --build=$CHOST \
- --prefix=/usr \
- --with-tcp \
- --with-clos-streams \
- --enable-shared \
- --enable-boehm=local \
- --with-system-gmp \
- --without-x \
- --without-clx \
- --disable-threads
-
- make || return 1
- make DESTDIR=$pkgdir install || return 1
-}
Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 150708, ecl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-20 22:31:08 UTC (rev 150709)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl
+pkgver=12.2.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/12.2/ecl-12.2.1.tgz)
+md5sums=('1a54b733e7cd07af2b1cb6d7f8b716d2')
+
+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 \
+ --without-clx \
+ --disable-threads
+
+ make
+}
+
+package() {
+ make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
\ No newline at end of file
More information about the arch-commits
mailing list