New package: chicken-4.7.0.

This commit is contained in:
Juan RP 2011-12-21 20:46:55 +01:00
parent 77a624ab82
commit fe88a0754b
9 changed files with 59 additions and 0 deletions

View File

@ -935,3 +935,4 @@ libcherokee-server.so.0 libcherokee cherokee-devel
libnilfs.so.0 libnilfs nilfs-utils-devel
libnilfsgc.so.0 libnilfs nilfs-utils-devel
libnilfscleaner.so.0 libnilfs nilfs-utils-devel
libchicken.so.6 libchicken chicken-devel

1
srcpkgs/chicken-devel Symbolic link
View File

@ -0,0 +1 @@
chicken

View File

@ -0,0 +1,13 @@
# Template file for 'chicken-devel'.
#
short_desc="Chiken development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run libchicken
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
}

View File

@ -0,0 +1,4 @@
libm.so.6
libdl.so.2
libc.so.6
libchicken.so.6

2
srcpkgs/chicken/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=4.7.0"
api_depends="${abi_depends}"

View File

@ -0,0 +1,3 @@
libm.so.6
libdl.so.2
libc.so.6

View File

@ -0,0 +1,10 @@
# Template file for 'libchiken'.
#
short_desc="${short_desc} - runtime library"
long_desc="${long_desc}
This package contains the Chiken runtime library."
do_install() {
vmove "usr/lib/*.so*" usr/lib
}

24
srcpkgs/chicken/template Normal file
View File

@ -0,0 +1,24 @@
# 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"
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}
}

1
srcpkgs/libchicken Symbolic link
View File

@ -0,0 +1 @@
chicken