-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathkeyutils.yaml
70 lines (61 loc) · 1.52 KB
/
keyutils.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
package:
name: keyutils
version: 1.6.3
epoch: 1
description: Linux Key Management Utilities
copyright:
- license: GPL-2.0-or-later OR LGPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- file
- linux-headers
pipeline:
- uses: fetch
with:
expected-sha256: a61d5706136ae4c05bd48f86186bcfdbd88dd8bd5107e3e195c924cfc1b39bb4
uri: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/keyutils-${{package.version}}.tar.gz
- uses: autoconf/make
with:
opts: |
-j1 \
NO_ARLIB=1 \
LIBDIR=/usr/lib \
USRLIBDIR=/usr/lib \
VERSION=${{package.version}} \
RELEASE=-r${{package.epoch}} \
CFLAGS="$CFLAGS"
- runs: |
make DESTDIR="${{targets.destdir}}" \
NO_ARLIB=1 \
LIBDIR=/usr/lib \
USRLIBDIR=/usr/lib \
install
- uses: strip
subpackages:
- name: keyutils-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- keyutils-libs
description: keyutils dev
- name: keyutils-doc
pipeline:
- uses: split/manpages
description: keyutils manpages
- name: keyutils-libs
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv ${{targets.destdir}}/usr/lib/* ${{targets.subpkgdir}}/usr/lib
description: keyutils library
update:
enabled: true
release-monitor:
identifier: 17740