You are not logged in.

#1 2008-02-13 16:56:30

Theomachos
Member
From: Germany
Registered: 2007-07-31
Posts: 67
Website

First PKGBUILD - Clisp with new-clx - please check

# 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 smile

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

#2 2008-02-13 22:22:16

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: First PKGBUILD - Clisp with new-clx - please check

Add a:
conflicts=('clisp')
provides=('clisp')


and you can change
dl.sourceforge.net
to:
downloads.sourceforge.net

Offline

Board footer

Powered by FluxBB