You are not logged in.
# Contributor: Theomachos <info[at]pindundin[dot]de>
pkgname=clisp-new-clx
pkgver=2.44
pkgrel=1
pkgdesc="ANSI Common Lisp interpreter, compiler and debugger (with NEW-CLX enabled)"
arch=('i686' 'x86_64')
license=('GPL')
url="http://clisp.cons.org/"
depends=('readline' 'libsigsegv')
replaces=('clisp')
source=(http://dl.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.gz)
md5sums=('3496535f1eebe8b9c8962a18305fdeed')
build() {
cd ${startdir}/src/clisp-${pkgver}
unset CFLAGS CXXFLAGS
./configure --prefix=/usr --with-module=clx/new-clx \
--with-module=rawsock --with-module=pcre --build build
cd build
make DESTDIR=${startdir}/pkg install || return 1
}
This is Clisp 2.44 with new-clx enabled - especially for StumpWM-users
Anything to add/remove ?
There is one thing even more vital to science than intelligent methods; and that is, the sincere desire to find out the truth, whatever it may be.
Charles S. Peirce
Offline
Add a:
conflicts=('clisp')
provides=('clisp')
and you can change
dl.sourceforge.net
to:
downloads.sourceforge.net
Offline