mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
cleanup
This commit is contained in:
parent
4596009842
commit
c289ca87b8
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
|
||||
pkgname=clisp
|
||||
pkgver=2.49
|
||||
pkgrel=4.1
|
||||
pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://clisp.cons.org/"
|
||||
depends=('readline' 'libsigsegv')
|
||||
provides=('common-lisp')
|
||||
makedepends=('ffcall')
|
||||
options=('!makeflags' '!emptydirs')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2")
|
||||
md5sums=('1962b99d5e530390ec3829236d168649')
|
||||
|
||||
build() {
|
||||
cd $srcdir/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr --with-readline --with-ffcall src
|
||||
cd src
|
||||
./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > Makefile
|
||||
make
|
||||
sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $srcdir/${pkgname}-${pkgver}/src
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/${pkgname}-${pkgver}/src
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in a new issue