summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg-config.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/pkg-config.morph b/pkg-config.morph
new file mode 100644
index 0000000..4c9d337
--- /dev/null
+++ b/pkg-config.morph
@@ -0,0 +1,14 @@
+{
+ "name": "pkg-config",
+ "kind": "chunk",
+ "configure-commands": [
+ "sh autogen.sh",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}