summaryrefslogtreecommitdiff
path: root/elements/core/readline.bst
blob: 5e09faeb5adbebe93c70ba065781960bf6915951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: autotools

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

sources:
- kind: git
  url: upstream:readline
  track: baserock/genivi/baseline
  ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6

config:
  configure-commands:
  - cp /usr/share/automake*/config.guess support
  - cp /usr/share/automake*/config.sub support
  - ./configure --prefix="%{prefix}"
  build-commands:
  - make SHLIB_LIBS=-lncurses