summaryrefslogtreecommitdiff
path: root/elements/bsp-generic/nasm.bst
blob: 53bc68a46c2b3a088360de5a0ab8915c2853ce56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: autotools

depends:
- gnu-toolchain.bst
- filename: core/autoconf.bst
  type: build

sources:
- kind: git
  url: upstream:nasm
  track: nasm-2.13.03
  ref: ef7d18bfbb899fe8e44f4fae8d6a12e2742f69f5

config:
  install-commands:
  # Remove manpages from install, as there is no config option.
  - sed -i '/man1/d' Makefile
  - make INSTALLROOT="%{install-root}" install