diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-12-01 23:03:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 14:03:02 -0800 |
| commit | 00553d0269794e7358e55087f550bb92ebf01c89 (patch) | |
| tree | 3b6f4940e9396992de6424238dcb6b83d216b296 /ports/elfutils/CONTROL | |
| parent | 50e4bb5290d017c17b508d2d78ca6be2b00c023c (diff) | |
| download | vcpkg-00553d0269794e7358e55087f550bb92ebf01c89.tar.gz vcpkg-00553d0269794e7358e55087f550bb92ebf01c89.zip | |
[elfutils] add new port (#14771)
* [elfutils] add new port
* update
* Update ports/elfutils/configure.ac.patch
Fix missing ZSTD linkage
* Update ports/elfutils/portfile.cmake
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* add eflutils on osx on CI skiplist
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'ports/elfutils/CONTROL')
| -rw-r--r-- | ports/elfutils/CONTROL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/elfutils/CONTROL b/ports/elfutils/CONTROL new file mode 100644 index 000000000..8dcee64a7 --- /dev/null +++ b/ports/elfutils/CONTROL @@ -0,0 +1,6 @@ +Source: elfutils
+Version: 0.182
+Homepage: https://sourceware.org/elfutils/
+Description: elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.
+Build-Depends: bzip2, zlib, liblzma, zstd
+Supports: !windows
|
