-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathlibcap-ng.yaml
73 lines (62 loc) · 1.51 KB
/
libcap-ng.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
package:
name: libcap-ng
version: 0.8.4
epoch: 1
description: POSIX capabilities library
copyright:
- license: GPL-2.0-or-later AND LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
expected-sha256: 68581d3b38e7553cb6f6ddf7813b1fc99e52856f21421f7b477ce5abd2605a8a
uri: https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--without-python \
--without-python3 \
--enable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- range: ""
name: libcap-ng-static
pipeline:
- uses: split/static
description: libcap-ng static
- range: ""
name: libcap-ng-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libcap-ng
- linux-headers
description: libcap-ng dev
- range: ""
name: libcap-ng-doc
pipeline:
- uses: split/manpages
description: libcap-ng manpages
- range: ""
name: libcap-ng-utils
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
mv ${{targets.destdir}}/usr/bin ${{targets.subpkgdir}}/usr/bin
description: posix capabilities utils
update:
enabled: true
release-monitor:
identifier: 1570