-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibfontenc.yaml
51 lines (44 loc) · 1022 Bytes
/
libfontenc.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
package:
name: libfontenc
version: 1.1.8
epoch: 0
description: X11 font encoding library
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- util-macros
- xorgproto
- zlib-dev
pipeline:
- uses: fetch
with:
expected-sha256: 7b02c3d405236e0d86806b1de9d6868fe60c313628b38350b032914aa4fd14c6
uri: https://www.x.org/releases/individual/lib/libfontenc-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--disable-static \
--with-encodingsdir=/usr/share/fonts/encodings \
--sysconfdir=/etc \
--localstatedir=/var
- uses: autoconf/make
- uses: autoconf/make-install
subpackages:
- name: libfontenc-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libfontenc
description: libfontenc dev
update:
enabled: true
release-monitor:
identifier: 1613