void-packages/srcpkgs/chicken/template

26 lines
913 B
Plaintext

# Template file for 'chicken'
pkgname=chicken
version=4.7.0
homepage="http://www.call-cc.org"
distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz"
build_style=gnu-makefile
make_build_args="PREFIX=/usr PLATFORM=linux"
make_install_args="PREFIX=/usr PLATFORM=linux"
revision=1
short_desc="A practical and portable Scheme system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
checksum=56afdbff812febe3f98ae437716ecaa96115732f21db5063ce413e4c7449a26c
long_desc="
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
portable, efficient C, supports almost all of the R5RS Scheme language
standard, and includes many enhancements and extensions. CHICKEN runs on
Linux, MacOS X, Windows, and many Unix flavours."
disable_parallel_build=yes
subpackages="lib${pkgname} ${pkgname}-devel"
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}