summaryrefslogtreecommitdiff
path: root/clisp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-07-08 19:10:21 +0200
committerThomas Penteker <tek@serverop.de>2014-07-08 19:10:21 +0200
commite0d348d8a11f8a426f1bbb4695dc10e97d5b812f (patch)
tree12190cf735c1ddcd07ba6e74b87f846a659e329e /clisp
parent3fcfc37364425ce5ed286bf7bc2ca7bba9231abb (diff)
downloadopt-e0d348d8a11f8a426f1bbb4695dc10e97d5b812f.tar.gz
opt-e0d348d8a11f8a426f1bbb4695dc10e97d5b812f.tar.xz
clisp: port taken
Diffstat (limited to 'clisp')
-rw-r--r--clisp/Pkgfile34
1 files changed, 17 insertions, 17 deletions
diff --git a/clisp/Pkgfile b/clisp/Pkgfile
index e14e7aa5c..299475c87 100644
--- a/clisp/Pkgfile
+++ b/clisp/Pkgfile
@@ -1,8 +1,8 @@
# Description: GNU CLisp is an ANSI Common Lisp Implementation.
-# URL: http://clisp.cons.org/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Danny Rawlins, monster dot romster at gmail dot com
-# Depends on: libsigsegv
+# URL: http://clisp.cons.org/
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: libsigsegv
name=clisp
version=2.49
@@ -10,22 +10,22 @@ release=1
source=(http://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2)
build() {
- cd $name-$version
+ cd $name-$version
- ./configure \
- --prefix=/usr \
- --mandir=/usr/man
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
- cd src
+ cd src
- ./makemake \
- --with-dynamic-ffi \
- --without-dynamic-modules \
- --prefix=/usr \
- --mandir=/usr/man
+ ./makemake \
+ --with-dynamic-ffi \
+ --without-dynamic-modules \
+ --prefix=/usr \
+ --mandir=/usr/man
- make -j1
- make -j1 DESTDIR=$PKG install
+ make -j1
+ make -j1 DESTDIR=$PKG install
- rm -r $PKG/usr/share/{doc,locale}
+ rm -r $PKG/usr/share/{doc,locale}
}

Generated by cgit