mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/sbcl: Updated for version 1.0.5
This commit is contained in:
parent
a0c904c9b1
commit
18b9309fd5
2 changed files with 13 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue