summaryrefslogtreecommitdiff
path: root/elements/core/texinfo-tarball.bst
blob: f7760a074eb2df6a3c5ff63d58defc05dfc09541 (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
kind: manual

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

sources:
- kind: git
  url: upstream:texinfo-tarball
  track: texinfo-5.2
  ref: 6a55f074b1f67d02149c13931eb1df9f0e539b15

config:
  configure-commands:
  - ./configure --prefix="%{prefix}"
  build-commands:
  - make
  install-commands:
  - make DESTDIR="%{install-root}" install
  - make DESTDIR="%{install-root}" TEXMF="%{prefix}/share/texmf" install-tex