sunterlib/s48/banana/pkg-def.scm

13 lines
369 B
Scheme
Raw Normal View History

2004-03-10 11:25:15 -05:00
(define-package "banana"
(0 1)
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
2004-03-10 11:25:15 -05:00
(install-file "README" 'doc)
2004-03-10 11:34:38 -05:00
(install-file "NEWS" 'doc)
2004-03-10 11:25:15 -05:00
(install-string (COPYING) "COPYING" 'doc)
2004-03-15 21:27:44 -05:00
(install-file "packages.scm" 'scheme)
2004-03-10 11:25:15 -05:00
(install-file "banana.scm" 'scheme))