23 lines
667 B
Bash
23 lines
667 B
Bash
# Template file for 'scheme48'
|
|
pkgname=scheme48
|
|
version=1.9.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Implementation of the R5RS Scheme standard"
|
|
maintainer="rc-05 <rc23@email.it>"
|
|
license="custom:scheme48"
|
|
homepage="http://s48.org/"
|
|
distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
|
|
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
|
|
}
|