summaryrefslogtreecommitdiff
path: root/elements/core/util-linux.bst
blob: 1bd26a7d83aebcc2f4c3b895480880d72c6de77f (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
kind: autotools

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/automake.bst
  type: build
- filename: core/gettext-tarball.bst
  type: build
- filename: core/git-minimal.bst
  type: build
- filename: core/libtool.bst
  type: build
- filename: core/pkg-config.bst
  type: build
- filename: core/linux-pam.bst
  type: build
- filename: core/shadow.bst
  type: build

sources:
- kind: git
  url: upstream:util-linux
  track: v2.28
  ref: 44338f7fe6a529cef1f206dccd95e7282625c483

config:
  configure-commands:
  - ./autogen.sh
  - |
    ./configure --prefix="%{prefix}" \
                --enable-libmount-force-mountinfo \
                --disable-use-tty-group