summaryrefslogtreecommitdiff
path: root/elements/bsp-generic/syslinux.bst
blob: 95d9132d9a2760eae6775158709872e7aecdf883 (plain)
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
kind: manual

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/perl.bst
  type: build
- filename: core/python2.bst
  type: build
- filename: core/e2fsprogs.bst
  type: build
- filename: core/xz.bst
  type: build
- filename: bsp-generic/nasm.bst
  type: build
- filename: core/git-minimal.bst
  type: build
- filename: core/util-linux.bst
  type: build

sources:
- kind: git
  url: upstream:syslinux
  track: baserock/syslinux-4.06-gcc7
  ref: 02ab5d34ba0a90e3b6dd78034d7c470c77500119

config:
  build-commands:
  - make clean
  - make NO_WERROR=1
  - make NO_WERROR=1 installer
  install-commands:
  - make INSTALLROOT="%{install-root}" MANDIR="%{mandir}" install

public:
  bst:
    split-rules:
      runtime:
        (>):
        - |
          %{datadir}/syslinux
        - |
          %{datadir}/syslinux/*
        - |
          %{datadir}/syslinux/diag/*
        - |
          %{datadir}/syslinux/dosutil/*

      devel:
        (>):
        - |
          %{datadir}/syslinux/com32/**