Skip to content
Snippets Groups Projects
Commit 1d974417 authored by Andreas Enge's avatar Andreas Enge
Browse files

distro: Add Libjpeg 8.

* distro/packages/libjpeg.scm (libjpeg-8): New variable.
parent f2499672
No related branches found
No related tags found
No related merge requests found
......@@ -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"))))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment