mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
sbcl: Add the GNU Info manual to the base package
This commit is contained in:
parent
7f4a57c98e
commit
547b60b52b
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'sbcl'
|
# Template file for 'sbcl'
|
||||||
pkgname=sbcl
|
pkgname=sbcl
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
archs="i686 x86_64* armv7l aarch64 ppc64le*"
|
||||||
hostmakedepends="iana-etc"
|
hostmakedepends="iana-etc texinfo"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
conf_files="/etc/sbclrc"
|
conf_files="/etc/sbclrc"
|
||||||
short_desc="Steel Bank Common Lisp"
|
short_desc="Steel Bank Common Lisp"
|
||||||
|
@ -49,6 +49,7 @@ do_build() {
|
||||||
bash make.sh \
|
bash make.sh \
|
||||||
"$_bootstrap_lisp" \
|
"$_bootstrap_lisp" \
|
||||||
--without-sb-test --with-sb-core-compression --prefix=/usr
|
--without-sb-test --with-sb-core-compression --prefix=/usr
|
||||||
|
make -C ./doc/manual info
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue