distro: Add Libjpeg 8.

* distro/packages/libjpeg.scm (libjpeg-8): New variable.
This commit is contained in:
Andreas Enge 2013-01-17 22:49:23 +01:00
parent f24996724c
commit 1d97441709

View file

@ -43,3 +43,15 @@ (define-public libjpeg
image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
(license ijg)
(home-page "http://www.ijg.org/")))
(define-public libjpeg-8
(package (inherit libjpeg)
(name "libjpeg-8")
(version "8d")
(source (origin
(method url-fetch)
(uri (string-append "http://www.ijg.org/files/jpegsrc.v"
version ".tar.gz"))
(sha256 (base32
"1cz0dy05mgxqdgjf52p54yxpyy95rgl30cnazdrfmw7hfca9n0h0"))))))