2004-03-10 14:04:56 -05:00
|
|
|
(define-package "tiff"
|
2004-06-03 18:04:53 -04:00
|
|
|
(1 1)
|
2004-03-10 14:03:32 -05:00
|
|
|
()
|
2004-03-14 17:59:57 -05:00
|
|
|
(write-to-load-script
|
|
|
|
`((config)
|
|
|
|
(load ,(absolute-file-name "packages.scm"
|
|
|
|
(get-directory 'scheme #f)))))
|
2004-03-10 14:03:32 -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)
|
2004-04-20 20:52:23 -04:00
|
|
|
(install-file "auxies.scm" 'scheme)
|
2004-03-10 14:03:32 -05:00
|
|
|
(install-file "tiff-prober.scm" 'scheme)
|
|
|
|
(install-file "vtiff.scm" 'scheme)
|
|
|
|
(install-file "endian.scm" 'scheme)
|
|
|
|
(install-file "tiff.scm" 'scheme)
|
|
|
|
(install-file "gnu-head-sm.tif" 'misc-shared)
|
|
|
|
(install-file "bsp.tiff" 'misc-shared))
|