summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
blob: 8ca13badc07d82ab6490653d4401aade8e437c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
name: pciutils
kind: chunk
configure-commands:
- make ZLIB=no lib/config.mk
- echo PREFIX=$PREFIX >>lib/config.mk
- echo MANDIR=$PREFIX/share/man >>lib/config.mk
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install
- make DESTDIR="$DESTDIR" install-lib