sunterlib/scsh/dir-streams/pkg-def.scm

15 lines
469 B
Scheme
Raw Normal View History

2004-03-11 15:48:57 -05:00
(define-package "dir-streams"
2004-03-27 01:31:46 -05:00
(1 0)
2004-03-11 15:48:57 -05:00
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-11 15:48:57 -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-11 15:48:57 -05:00
(install-file "dir-stream.scm" 'scheme)
(install-file "dir-stream-predicates.scm" 'scheme)
(install-file "stream.scm" 'scheme))