forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elfutils.yaml
130 lines (118 loc) · 3.11 KB
/
elfutils.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated from https://git.alpinelinux.org/aports/plain/main/elfutils/APKBUILD
package:
name: elfutils
version: "0.192"
epoch: 1
description: Utilities and DSOs to handle ELF files and DWARF data
copyright:
- license: GPL-3.0-or-later AND ( GPL-2.0-or-later OR LGPL-3.0-or-later )
environment:
contents:
packages:
- autoconf
- automake
- bison
- build-base
- busybox
- bzip2-dev
- ca-certificates-bundle
- flex-dev
- libtool
- linux-headers
- openssf-compiler-options
- xz-dev
- zlib-dev
- zstd-dev
pipeline:
- uses: fetch
with:
expected-sha256: 616099beae24aba11f9b63d86ca6cc8d566d968b802391334c91df54eab416b4
uri: https://sourceware.org/elfutils/ftp/${{package.version}}/elfutils-${{package.version}}.tar.bz2
- runs: |
CFLAGS="$CFLAGS -Wno-error -Wno-null-dereference" \
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-werror \
--program-prefix=eu- \
--enable-deterministic-archives \
--disable-nls \
--disable-libdebuginfod \
--disable-debuginfod \
--with-zstd
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libelf
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib/
mv "${{targets.destdir}}"/usr/lib/*.so.* "${{targets.subpkgdir}}"/usr/lib/
mv "${{targets.destdir}}"/usr/lib/*-*.so "${{targets.subpkgdir}}"/usr/lib/
- name: libelf-static
pipeline:
- uses: split/static
description: elfutils static
- name: elfutils-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- elfutils
description: elfutils dev
test:
pipeline:
- uses: test/pkgconf
- name: elfutils-doc
pipeline:
- uses: split/manpages
description: elfutils manpages
update:
enabled: true
release-monitor:
identifier: 5679
test:
pipeline:
# AUTOGENERATED
- runs: |
eu-addr2line --version
eu-ar --version
eu-elfclassify --version
eu-elfcmp --version
eu-elfcompress --version
eu-elflint --version
eu-findtextrel --version
eu-make-debug-archive --version
eu-nm --version
eu-objdump --version
eu-ranlib --version
eu-readelf --version
eu-size --version
eu-srcfiles --version
eu-stack --version
eu-strings --version
eu-strip --version
eu-unstrip --version
eu-addr2line --help
eu-ar --help
eu-elfclassify --help
eu-elfcmp --help
eu-elfcompress --help
eu-elflint --help
eu-findtextrel --help
eu-make-debug-archive --help
eu-nm --help
eu-objdump --help
eu-ranlib --help
eu-readelf --help
eu-size --help
eu-srcfiles --help
eu-stack --help
eu-strings --help
eu-strip --help
eu-unstrip --help