summaryrefslogtreecommitdiff
path: root/pciutils.morph
blob: 520a27dfb0cd7f2a07ba5d89917dc90d69eaa1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "pciutils",
    "kind": "chunk",
    "build-system": "manual",
    "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"
    ]
}