gnu: Add libnsgif.

* gnu/packages/web.scm (libnsgif): New variable.
This commit is contained in:
Eric Bavier 2017-02-11 21:31:11 -06:00
parent 4018a533c0
commit ea1c8b312b
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 23 additions and 0 deletions

View File

@ -3967,6 +3967,29 @@ project.")
written in C. It is developed as part of the NetSurf project.")
(license l:expat)))
(define-public libnsgif
(package
(name "libnsgif")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (string-append "http://download.netsurf-browser.org/libs/releases/"
name "-" version "-src.tar.gz"))
(sha256
(base32
"1ldsyscsgqwc8g5481h9nqmwirpp1pp57hmss450hr0mqra26g0k"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)))
(arguments netsurf-buildsystem-arguments)
(home-page "http://www.netsurf-browser.org/projects/libnsgif/")
(synopsis "Decoding library for GIF files")
(description
"Libnsgif is a decoding library for the GIF image file format, written in
C. It is developed as part of the NetSurf project.")
(license l:expat)))
(define-public netsurf
(package
(name "netsurf")