summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
blob: 8badd8b5b1091333045840d7eacc65fbf5c4a6fb (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