forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acl.yaml
59 lines (49 loc) · 1.28 KB
/
acl.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
package:
name: acl
version: 2.3.1
epoch: 2
description: "access control list utilities"
copyright:
- license: LGPL-2.1-or-later AND GPL-2.0-or-later
environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base
- attr-dev
pipeline:
- uses: fetch
with:
uri: https://download.savannah.nongnu.org/releases/acl/acl-${{package.version}}.tar.gz
expected-sha256: 760c61c68901b37fdd5eefeeaf4c0c7a26bdfdd8ac747a1edff1ce0e243c11af
- runs: |
./configure \
--prefix=/usr \
--libdir=/lib \
--libexecdir=/usr/libexec
- uses: autoconf/make
- uses: autoconf/make-install
- runs: |
mkdir -p "${{targets.destdir}}"/usr/lib
mv "${{targets.destdir}}"/lib/pkgconfig "${{targets.destdir}}"/usr/lib/
- uses: strip
subpackages:
- name: "acl-dev"
description: "headers for libacl"
pipeline:
- uses: split/dev
dependencies:
runtime:
- acl
- name: "libacl1"
description: "library for managing access control lists"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/lib
mv "${{targets.destdir}}"/lib/libacl.so.* "${{targets.subpkgdir}}"/lib/
update:
enabled: true
release-monitor:
identifier: 16