diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 19:44:21 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:44:21 +0200 |
commit | 18b9309fd5a65ab8390fca2eb66cc66bf91a0f89 (patch) | |
tree | bcf5520e856f8bcf61489ea126310f1649c7e63e /development/sbcl | |
parent | a0c904c9b1d507d71c6c25dc1ff1d15fefec8008 (diff) | |
download | slackbuilds-18b9309fd5a65ab8390fca2eb66cc66bf91a0f89.tar.gz |
development/sbcl: Updated for version 1.0.5
Diffstat (limited to 'development/sbcl')
-rw-r--r-- | development/sbcl/sbcl.SlackBuild | 2 | ||||
-rw-r--r-- | development/sbcl/slack-desc | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/development/sbcl/sbcl.SlackBuild b/development/sbcl/sbcl.SlackBuild index 52287b32b2..b751a8e596 100644 --- a/development/sbcl/sbcl.SlackBuild +++ b/development/sbcl/sbcl.SlackBuild @@ -55,7 +55,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild | ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) #get rid of unneeded zero-length files. diff --git a/development/sbcl/slack-desc b/development/sbcl/slack-desc index 2f73e601d7..370748696f 100644 --- a/development/sbcl/slack-desc +++ b/development/sbcl/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| sbcl: sbcl (Steel Bank Common Lisp) sbcl: sbcl: Steel Bank Common Lisp (SBCL) is an open source (free software) @@ -5,3 +13,7 @@ sbcl: compiler and runtime system for ANSI Common Lisp. It provides an sbcl: interactive environment including an integrated native compiler, sbcl: a debugger, and many extensions. sbcl: +sbcl: +sbcl: +sbcl: +sbcl: |