[arch-commits] Commit in ecl/repos/extra-i686 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at nymeria.archlinux.org
Mon Mar 18 13:28:34 UTC 2013


    Date: Monday, March 18, 2013 @ 14:28:34
  Author: juergen
Revision: 180162

archrelease: copy trunk to extra-i686

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-18 13:28:25 UTC (rev 180161)
+++ PKGBUILD	2013-03-18 13:28:34 UTC (rev 180162)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor <jproctor at prium.net>
-# Maintainer: juergen <juergen at archlinux.org>
-
-pkgname=ecl
-pkgver=12.7.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.7/ecl-12.7.1.tar.gz)
-md5sums=('ce8dd2136fbbc74e44a1c41b32db1f3c')
-
-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 180161, ecl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-18 13:28:34 UTC (rev 180162)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor <jproctor at prium.net>
+# Maintainer: juergen <juergen at archlinux.org>
+
+pkgname=ecl
+pkgver=12.12.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.12/ecl-${pkgver}.tgz)
+md5sums=('014856bdfe265672f9d4b86a060a7aba')
+
+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