sunterlib/s48/srfi-10/pkg-def.scm

15 lines
480 B
Scheme

(define-package "srfi-10"
(0 1)
((install-lib-version (1 3 0)))
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "packages.scm" 'scheme)
(install-file "srfi-10.scm" 'scheme)
(install-file "test/math.scm" 'scheme)
(install-file "test/pi.scm" 'scheme))