summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
blob: 9cd8f3c514549503f5bfc1214c2a41aebdf62a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
- mkdir -p "$DESTDIR/usr/local/share"
- ln -s "$PREFIX/share/pci.ids" "$DESTDIR/usr/local/share/pci.ids"