-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathjbig2dec.yaml
77 lines (67 loc) · 1.5 KB
/
jbig2dec.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
# Generated from https://git.alpinelinux.org/aports/plain/main/jbig2dec/APKBUILD
package:
name: jbig2dec
version: 0.20
epoch: 1
description: JBIG2 image compression format decoder
copyright:
- license: AGPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libtool
- pkgconf-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/ArtifexSoftware/jbig2dec.git
expected-commit: 1d1347e38a55e657dcc4c8f1c77bb3a26bfc9ff3
tag: ${{package.version}}
- runs: |
./autogen.sh
autoreconf -vif
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--without-libpng
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: jbig2dec-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- jbig2dec
description: jbig2dec dev
test:
pipeline:
- uses: test/pkgconf
- name: jbig2dec-doc
pipeline:
- uses: split/manpages
description: jbig2dec manpages
test:
pipeline:
- uses: test/docs
update:
enabled: true
github:
identifier: ArtifexSoftware/jbig2dec
test:
pipeline:
# AUTOGENERATED
- runs: |
jbig2dec --version
jbig2dec --help