[arch-commits] Commit in clisp/trunk (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu May 29 03:46:17 UTC 2008


    Date: Wednesday, May 28, 2008 @ 23:46:17
  Author: eric
Revision: 2199

upgpkg: clisp 2.45-1
    Upstream update, updated configure options, minor PKGBUILD cleanup

Modified:
  clisp/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-29 03:23:14 UTC (rev 2198)
+++ PKGBUILD	2008-05-29 03:46:17 UTC (rev 2199)
@@ -1,24 +1,26 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=clisp
-pkgver=2.41
-pkgrel=2
+pkgver=2.45
+pkgrel=1
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://clisp.cons.org/"
 depends=('readline' 'libsigsegv')
-source=(http://dl.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
-md5sums=('3a7a00e82ebeeb72a75a032f84c36c6c')
+makedepends=('ffcall')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2)
+md5sums=('1f26ef23ca310366e328df925c23c663')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   unset CFLAGS CXXFLAGS
-  ./configure --prefix=/usr --prefix=/usr --with-readline --with-gettext --with-dynamic-ffi src
+  ./configure --prefix=/usr --prefix=/usr --with-readline --with-ffcall src
   cd src
-  ./makemake --prefix=/usr --prefix=/usr --with-readline --with-gettext --with-dynamic-ffi > Makefile
-  make -j1 || return 1
+  ./makemake --prefix=/usr --prefix=/usr --with-readline --with-ffcall > Makefile
+  make || return 1
   sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
-  make -j1 || return 1
+  make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list