Definitions for install-lib

This commit is contained in:
mainzelm 2004-09-14 12:36:04 +00:00
parent a361435f30
commit 72c3682d0e
1 changed files with 12 additions and 0 deletions

12
pkg-def.scm Normal file
View File

@ -0,0 +1,12 @@
(define-package "scsh-nuit" (0 1)
((install-lib-version (1 1 2))
(options))
(install-directory-contents "scheme" 'scheme)
(let ((scheme-dir (get-directory 'scheme #t)))
(write-to-load-script
`((user)
(config)
(load ,(string-append scheme-dir "/nuit-packages.scm"))
(user))))
)