-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathlibtool.yaml
57 lines (47 loc) · 1.16 KB
/
libtool.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: libtool
version: 2.4.7
epoch: 3
description: "GNU libtool"
copyright:
- license: LGPL-2.0-or-later AND GPL-2.0-or-later
dependencies:
runtime:
- libltdl
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- help2man
- m4
pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/libtool/libtool-${{package.version}}.tar.xz
expected-sha256: 4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d
- uses: patch
with:
patches: libtool-fix-cross-compile.patch
- runs: |
M4=/usr/bin/m4 ./configure \
--prefix=/usr
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "libtool-doc"
description: "libtool documentation"
pipeline:
- uses: split/manpages
- name: "libltdl"
description: "GNU libtool dynamic module loader"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/libltdl.so* "${{targets.subpkgdir}}"/usr/lib/
update:
enabled: true
release-monitor:
identifier: 1741