summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
blob: 03bd4a235d54dfc15f61a9e99aab3b591af7051b (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  # ensure manpages are always installed in share/man
build-commands:
- make PREFIX="$PREFIX"
install-commands:
- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install
- make PREFIX="$PREFIX" DESTDIR="$DESTDIR" install-lib