-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathelfutils.yaml
85 lines (74 loc) · 1.99 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
# Generated from https://git.alpinelinux.org/aports/plain/main/elfutils/APKBUILD
package:
name: elfutils
version: "0.191"
epoch: 0
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
- xz-dev
- zlib-dev
- zstd-dev
pipeline:
- uses: fetch
with:
expected-sha256: df76db71366d1d708365fc7a6c60ca48398f14367eb2b8954efc8897147ad871
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
- name: elfutils-doc
pipeline:
- uses: split/manpages
description: elfutils manpages
update:
enabled: true
release-monitor:
identifier: 5679