summaryrefslogtreecommitdiff
path: root/elements/core/linux-pam.bst
blob: f6cdc85759166c30774a23c94c07140a15a28fca (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
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/libtool.bst
  type: build
- filename: core/pkg-config.bst
  type: build
- filename: core/flex.bst
  type: build
- filename: core/attr.bst
  type: build
- filename: core/acl.bst
  type: build

sources:
- kind: git
  url: upstream:linux-pam
  track: Linux-PAM-1.1.8
  ref: b1521c97e73b10469f7b34c0571d51c647eca83c

config:
  configure-commands:
  - autoreconf -ivf
  - ./configure --prefix="%{prefix}" --sysconfdir=/etc --libdir="%{prefix}/lib"