13 lines
		
	
	
		
			341 B
		
	
	
	
		
			Scheme
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			341 B
		
	
	
	
		
			Scheme
		
	
	
	
(define-package "expect" (0 1)
 | 
						|
  ((install-lib-version (1 1)))
 | 
						|
 | 
						|
  (install-file "COPYING" 'doc)
 | 
						|
  (install-file "README" 'doc)
 | 
						|
  (install-directory-contents "doc" 'doc)
 | 
						|
  
 | 
						|
  (write-to-load-script
 | 
						|
   `((config)
 | 
						|
     (load ,(absolute-file-name "packages.scm"
 | 
						|
				(get-directory 'scheme #f)))))
 | 
						|
  (install-directory-contents "scheme" 'scheme))
 |