sunterlib/scsh/bytio/pkg-def.scm

13 lines
399 B
Scheme
Raw Normal View History

2004-03-10 13:30:44 -05:00
(define-package "bytio"
2005-08-16 19:11:13 -04:00
(1 1)
((install-lib-version (1 3 0)))
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-10 13:30:44 -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:30:44 -05:00
(install-file "rw-bytes.scm" 'scheme))