summaryrefslogtreecommitdiff
path: root/elements/core/attr.bst
blob: d99432cab340c944cd44b0a20499f95394b023e4 (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
kind: autotools
depends:
- gnu-toolchain.bst
- core/file.bst
- core/autoconf.bst
- core/automake.bst
- core/gettext-tarball.bst
- core/libtool.bst
- core/perl.bst
sources:
- kind: git
  url: upstream:attr
  track: v2.4.47
  ref: 4b005410f865895d4dcd56e2c135278a7a315877
config:
  configure-commands:
  - make configure
  - |
    ./configure --prefix="%{prefix}" \
                --exec-prefix="%{prefix}" \
                --sbindir="%{prefix}"/bin \
                --bindir="%{prefix}"/bin \
                --libdir="%{prefix}"/lib \
                --libexecdir="%{prefix}"/lib \
                --enable-lib64=yes \
                --includedir="%{prefix}"/include \
                --mandir="%{prefix}"/share/man \
                --datadir="%{prefix}"/share
  install-commands:
  - make DESTDIR="%{install-root}" install-lib install-dev