summaryrefslogtreecommitdiff
path: root/pkg-config.morph
blob: 5a5237b7c34349fc407f8e8364ffe807ba15c654 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "name": "pkg-config",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "sed -i -e '/gunzip/s/--stdout/-c/g' autogen.sh",
        "sed -i -e 's/glibnoinst_HEADERS/noinst_HEADERS/g' glib-patches/automake-warning.diff",
        "sed -i -e 's/gstrfuncs.c.new/gstrfuncs.c/g' glib-patches/remove-strsignal-prototype.diff",
        "sh autogen.sh --prefix=\"$PREFIX\""
    ]
}