-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibxt.yaml
57 lines (48 loc) · 1.03 KB
/
libxt.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
package:
name: libxt
version: 1.3.0
epoch: 0
description: X11 toolkit intrinsics library
copyright:
- license: custom
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libice-dev
- libsm-dev
- libx11-dev
- util-macros
- xorgproto
pipeline:
- uses: fetch
with:
expected-sha256: de4a80c4cc7785b9620e572de71026805f68e85a2bf16c386009ef0e50be3f77
uri: https://www.x.org/releases/individual/lib/libXt-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: --disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libxt-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libxt
- libsm-dev
description: libxt dev
- name: libxt-doc
pipeline:
- uses: split/manpages
description: libxt manpages
update:
enabled: true
release-monitor:
identifier: 1793