summaryrefslogtreecommitdiff
path: root/strata/foundation/attr.morph
blob: ce0f1dff292114602e88dd547194d23bfb27634c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: attr
kind: chunk
build-system: autotools
configure-commands:
- sed -i -e 's,\$\$LOCAL_CONFIGURE_OPTIONS,\$(LOCAL_CONFIGURE_OPTIONS),g' Makefile
- |
  make LOCAL_CONFIGURE_OPTIONS="--prefix=/usr \
                                --exec-prefix=/usr \
                                --sbindir=/usr/sbin \
                                --bindir=/usr/bin \
                                --libdir=/usr/lib \
                                --libexecdir=/usr/lib \
                                --enable-lib64=yes \
                                --includedir=/usr/include \
                                --mandir=/usr/share/man \
                                --datadir=/usr/share" configure
install-commands:
- make DESTDIR="$DESTDIR" install-lib install-dev