diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-03 11:10:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-03 11:10:58 +0200 |
commit | b6772a01e98e2d64a356698867fe4dd21252df11 (patch) | |
tree | 3f79f9245a326fae5463a747ced9f25c403a8094 /gnu/packages/elf.scm | |
parent | 57c0992927b69441e0d0d57fc40d37a0d0d2b4c6 (diff) | |
download | patches-b6772a01e98e2d64a356698867fe4dd21252df11.tar patches-b6772a01e98e2d64a356698867fe4dd21252df11.tar.gz |
gnu: elfutils: Add synopsis and description.
* gnu/packages/elf.scm (elfutils): Add synopsis and description.
Diffstat (limited to 'gnu/packages/elf.scm')
-rw-r--r-- | gnu/packages/elf.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 45714be70e..a9f2ab5351 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -47,8 +47,11 @@ (native-inputs `(("m4" ,m4))) (inputs `(("zlib" ,zlib))) (home-page "https://fedorahosted.org/elfutils/") - (synopsis #f) - (description #f) + (synopsis "Linker and ELF manipulation tools") + (description + "This package provides command-line tools to manipulate binaries in the +Executable and Linkable Format (ELF). This includes ld, ar, objdump, +addr2line, and more.") ;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+. (license lgpl3+))) |