summaryrefslogtreecommitdiff
path: root/e2fsprogs.morph
blob: db87ff88724c14e7d61dbc597771733c3d180de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "e2fsprogs",
    "kind": "chunk",
    "configure-commands": [
        "PKG_CONFIG=/tools/bin/true LDFLAGS='-lblkid -luuid' ./configure --prefix=/usr --with-root-prefix='' --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd --disable-fsck"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install",
        "make install-libs"
    ]
}