sunterlib/s48/riatables/pkg-def.scm

14 lines
463 B
Scheme
Raw Normal View History

2005-06-27 00:51:10 -04:00
(define-package "riatables"
(0 1)
2005-07-07 22:12:13 -04:00
((install-lib-version (1 2 0)))
2005-06-27 00:51:10 -04:00
(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 "scheme/packages.scm" 'scheme)
(install-file "scheme/riatable.scm" 'scheme)
(install-file "scheme/support.scm" 'scheme))