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