sunterlib/scsh/tiff/pkg-def.scm

19 lines
610 B
Scheme

(define-package "tiff"
(1 1)
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "packages.scm" 'scheme)
(install-file "auxies.scm" 'scheme)
(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))