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

15 lines
480 B
Scheme
Raw Normal View History

2004-03-10 13:23:48 -05:00
(define-package "srfi-10"
2004-03-27 12:24:48 -05:00
(0 1)
2005-07-07 22:12:13 -04:00
((install-lib-version (1 2 0)))
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-10 13:23:48 -05:00
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
2004-03-15 21:27:44 -05:00
(install-file "packages.scm" 'scheme)
2004-03-10 13:23:48 -05:00
(install-file "srfi-10.scm" 'scheme)
2004-03-11 15:47:56 -05:00
(install-file "test/math.scm" 'scheme)
2004-03-10 13:23:48 -05:00
(install-file "test/pi.scm" 'scheme))