summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-03 11:10:58 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-03 11:10:58 +0200
commitb6772a01e98e2d64a356698867fe4dd21252df11 (patch)
tree3f79f9245a326fae5463a747ced9f25c403a8094 /gnu
parent57c0992927b69441e0d0d57fc40d37a0d0d2b4c6 (diff)
gnu: elfutils: Add synopsis and description.
* gnu/packages/elf.scm (elfutils): Add synopsis and description.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/elf.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 45714be70ee..a9f2ab5351c 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
@@ -47,8 +47,11 @@
47 (native-inputs `(("m4" ,m4))) 47 (native-inputs `(("m4" ,m4)))
48 (inputs `(("zlib" ,zlib))) 48 (inputs `(("zlib" ,zlib)))
49 (home-page "https://fedorahosted.org/elfutils/") 49 (home-page "https://fedorahosted.org/elfutils/")
50 (synopsis #f) 50 (synopsis "Linker and ELF manipulation tools")
51 (description #f) 51 (description
52 "This package provides command-line tools to manipulate binaries in the
53Executable and Linkable Format (ELF). This includes ld, ar, objdump,
54addr2line, and more.")
52 55
53 ;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+. 56 ;; Libraries are dual-licensed LGPLv3.0+ | GPLv2, and programs are GPLv3+.
54 (license lgpl3+))) 57 (license lgpl3+)))