scheme48: add alternative for scheme-r5rs.
This commit is contained in:
parent
69859d46ac
commit
3da6282f00
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'scheme48'
|
||||
pkgname=scheme48
|
||||
version=1.9.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Implementation of the R5RS Scheme standard"
|
||||
maintainer="rc-05 <rc23@email.it>"
|
||||
|
@ -12,9 +12,11 @@ checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
|
|||
alternatives="
|
||||
scheme:scheme:/usr/bin/scheme48
|
||||
scheme:scheme.1:/usr/share/man/man1/scheme48.1
|
||||
scheme:scheme-r5rs:/usr/bin/scheme48-r5rs
|
||||
"
|
||||
nocross="Failed to compile test program"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
mv ${DESTDIR}/usr/bin/scheme-r5rs ${DESTDIR}/usr/bin/scheme48-r5rs
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue