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

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/libtool.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