-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibart-lgpl.yaml
53 lines (43 loc) · 1.03 KB
/
libart-lgpl.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
package:
name: libart-lgpl
version: 2.3.21
epoch: 0
description: A library for high-performance 2D graphics
copyright:
- license: LGPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libtool
pipeline:
- uses: fetch
with:
expected-sha256: fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa
uri: https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${{package.version}}.tar.bz2
- runs: |
libtoolize --force && aclocal && autoconf --force && automake --add-missing
- runs: autoreconf -vif
- uses: autoconf/configure
with:
opts: |
--disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libart-lgpl-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libart-lgpl
description: libart-lgpl dev
update:
enabled: true
release-monitor:
identifier: 21864