sunterlib/s48/krims/pkg-def.scm

15 lines
470 B
Scheme
Raw Normal View History

2004-03-10 12:23:45 -05:00
(define-package "krims"
2005-08-16 19:12:29 -04:00
(0 2)
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 12:23:45 -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)
2005-08-16 19:12:29 -04:00
(install-file "krims.scm" 'scheme)
(install-file "onebol.scm" 'scheme)
(install-file "test.scm" 'scheme))