mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ncompress: Update to 5.0.
* gnu/packages/compression.scm (ncompress): Update to 5.0.
This commit is contained in:
parent
a03562b478
commit
09c3d1c1ff
1 changed files with 3 additions and 3 deletions
|
@ -2500,7 +2500,7 @@ (define-public makeself-safeextract
|
||||||
(define-public ncompress
|
(define-public ncompress
|
||||||
(package
|
(package
|
||||||
(name "ncompress")
|
(name "ncompress")
|
||||||
(version "4.2.4.6")
|
(version "5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2510,13 +2510,13 @@ (define-public ncompress
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a4yir1ilafz0nzxdwigj204j4yy2zljbc501nsaqqm3dxdap8zn"))))
|
"090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "CC=gcc"
|
'(#:make-flags (list "CC=gcc"
|
||||||
(string-append "BINDIR=" %output "/bin")
|
(string-append "BINDIR=" %output "/bin")
|
||||||
(string-append "MANDIR=" %output "/share/man/man1"))
|
(string-append "MANDIR=" %output "/share/man/man1"))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure)))) ; no configure script
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/vapier/ncompress/")
|
(home-page "https://github.com/vapier/ncompress/")
|
||||||
(synopsis "Original Lempel-Ziv compress/uncompress programs")
|
(synopsis "Original Lempel-Ziv compress/uncompress programs")
|
||||||
|
|
Loading…
Reference in a new issue