2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-21 22:07:39 -07:00

core: Added elfutils.

This commit is contained in:
Dylan Araps 2019-06-21 18:09:56 +03:00
parent b22f6c7135
commit 4fc087cca6
7 changed files with 127 additions and 0 deletions

8
core/elfutils/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--program-prefix=eu-
make
make DESTDIR="$1" install

1
core/elfutils/checksums Normal file
View File

@ -0,0 +1 @@
eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023 elfutils-0.176.tar.bz2

1
core/elfutils/depends Normal file
View File

@ -0,0 +1 @@
zlib make

1
core/elfutils/licenses Normal file
View File

@ -0,0 +1 @@
GPL-3.0-or-later

114
core/elfutils/manifest Normal file
View File

@ -0,0 +1,114 @@
/var/db/kiss/elfutils/version
/var/db/kiss/elfutils/sources
/var/db/kiss/elfutils/manifest
/var/db/kiss/elfutils/licenses
/var/db/kiss/elfutils/depends
/var/db/kiss/elfutils/checksums
/var/db/kiss/elfutils/build
/var/db/kiss/elfutils/
/var/db/kiss/
/var/db/
/var/
/usr/share/locale/uk/LC_MESSAGES/elfutils.mo
/usr/share/locale/uk/LC_MESSAGES/
/usr/share/locale/uk/
/usr/share/locale/pl/LC_MESSAGES/elfutils.mo
/usr/share/locale/pl/LC_MESSAGES/
/usr/share/locale/pl/
/usr/share/locale/ja/LC_MESSAGES/elfutils.mo
/usr/share/locale/ja/LC_MESSAGES/
/usr/share/locale/ja/
/usr/share/locale/es/LC_MESSAGES/elfutils.mo
/usr/share/locale/es/LC_MESSAGES/
/usr/share/locale/es/
/usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo
/usr/share/locale/en@quot/LC_MESSAGES/
/usr/share/locale/en@quot/
/usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo
/usr/share/locale/en@boldquot/LC_MESSAGES/
/usr/share/locale/en@boldquot/
/usr/share/locale/de/LC_MESSAGES/elfutils.mo
/usr/share/locale/de/LC_MESSAGES/
/usr/share/locale/de/
/usr/share/locale/
/usr/share/
/usr/lib/pkgconfig/libelf.pc
/usr/lib/pkgconfig/libdw.pc
/usr/lib/pkgconfig/
/usr/lib/libelf.so.1
/usr/lib/libelf.so
/usr/lib/libelf.a
/usr/lib/libelf-0.176.so
/usr/lib/libebl.a
/usr/lib/libdw.so.1
/usr/lib/libdw.so
/usr/lib/libdw.a
/usr/lib/libdw-0.176.so
/usr/lib/libasm.so.1
/usr/lib/libasm.so
/usr/lib/libasm.a
/usr/lib/libasm-0.176.so
/usr/lib/elfutils/libebl_x86_64.so
/usr/lib/elfutils/libebl_x86_64-0.176.so
/usr/lib/elfutils/libebl_tilegx.so
/usr/lib/elfutils/libebl_tilegx-0.176.so
/usr/lib/elfutils/libebl_sparc.so
/usr/lib/elfutils/libebl_sparc-0.176.so
/usr/lib/elfutils/libebl_sh.so
/usr/lib/elfutils/libebl_sh-0.176.so
/usr/lib/elfutils/libebl_s390.so
/usr/lib/elfutils/libebl_s390-0.176.so
/usr/lib/elfutils/libebl_riscv.so
/usr/lib/elfutils/libebl_riscv-0.176.so
/usr/lib/elfutils/libebl_ppc.so
/usr/lib/elfutils/libebl_ppc64.so
/usr/lib/elfutils/libebl_ppc64-0.176.so
/usr/lib/elfutils/libebl_ppc-0.176.so
/usr/lib/elfutils/libebl_m68k.so
/usr/lib/elfutils/libebl_m68k-0.176.so
/usr/lib/elfutils/libebl_ia64.so
/usr/lib/elfutils/libebl_ia64-0.176.so
/usr/lib/elfutils/libebl_i386.so
/usr/lib/elfutils/libebl_i386-0.176.so
/usr/lib/elfutils/libebl_bpf.so
/usr/lib/elfutils/libebl_bpf-0.176.so
/usr/lib/elfutils/libebl_arm.so
/usr/lib/elfutils/libebl_arm-0.176.so
/usr/lib/elfutils/libebl_alpha.so
/usr/lib/elfutils/libebl_alpha-0.176.so
/usr/lib/elfutils/libebl_aarch64.so
/usr/lib/elfutils/libebl_aarch64-0.176.so
/usr/lib/elfutils/
/usr/lib/
/usr/include/nlist.h
/usr/include/libelf.h
/usr/include/gelf.h
/usr/include/elfutils/version.h
/usr/include/elfutils/libebl.h
/usr/include/elfutils/libdw.h
/usr/include/elfutils/libdwfl.h
/usr/include/elfutils/libdwelf.h
/usr/include/elfutils/libasm.h
/usr/include/elfutils/known-dwarf.h
/usr/include/elfutils/elf-knowledge.h
/usr/include/elfutils/
/usr/include/dwarf.h
/usr/include/
/usr/bin/eu-unstrip
/usr/bin/eu-strip
/usr/bin/eu-strings
/usr/bin/eu-stack
/usr/bin/eu-size
/usr/bin/eu-readelf
/usr/bin/eu-ranlib
/usr/bin/eu-objdump
/usr/bin/eu-nm
/usr/bin/eu-make-debug-archive
/usr/bin/eu-findtextrel
/usr/bin/eu-elflint
/usr/bin/eu-elfcompress
/usr/bin/eu-elfcmp
/usr/bin/eu-ar
/usr/bin/eu-addr2line
/usr/bin/
/usr/

1
core/elfutils/sources Normal file
View File

@ -0,0 +1 @@
https://sourceware.org/elfutils/ftp/0.176/elfutils-0.176.tar.bz2

1
core/elfutils/version Normal file
View File

@ -0,0 +1 @@
0.176 1