gnu: openjpeg-2.1.2: Use a meaningful file-name for the source code.

This is a followup to commit 0e8b7b1c35.

* gnu/packages/image.scm (openjpeg-2.1.2)[source]: Give a meaningful
file-name.
master
Leo Famulari 2016-12-11 02:22:15 -05:00
parent b245f7589e
commit 5ce09ef18f
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 0 deletions

View File

@ -484,12 +484,14 @@ error-resilience, a Java-viewer for j2k-images, ...")
(define openjpeg-2.1.2
(package
(inherit openjpeg)
(name "openjpeg")
(version "2.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/uclouvain/openjpeg/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"19yz4g0c45sm8y1z01j9djsrl1mkz3pmw7fykc6hkvrqymp7prsc"))