summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-16 09:54:30 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-16 09:54:30 +0000
commitf21745eda3b6eb34f23573ebb9db7c1ecaf89a23 (patch)
tree72f6c7e1b9a9e543eb3ac8253cf4a79fe8dab57d
parent3416d09b3c239cb8fbca74af40c83a1389c1182e (diff)
downloadpkg-config-f21745eda3b6eb34f23573ebb9db7c1ecaf89a23.tar.gz
pkg-config.morph: use build system with override
This is mostly the same as autotools, but we don't want to also run configure, as autogen does, so we need to pass configure options to it. Ideally this branch should base off master, but glib is not built in pass2
-rw-r--r--pkg-config.morph7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
index fadd234..97005f9 100644
--- a/pkg-config.morph
+++ b/pkg-config.morph
@@ -1,13 +1,8 @@
{
"name": "pkg-config",
"kind": "chunk",
+ "build-system": "autotools",
"configure-commands": [
"sh autogen.sh --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
]
}