summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-17 10:14:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-17 10:14:37 +0000
commit68a436c21cf4115a8be8d0810ae13e6fe65e0405 (patch)
tree65cfc923bd261e3912210314acc4026e337e19bb
parentb8eb53fd33b916f832a13997fe7b495ea5339441 (diff)
downloadpkg-config-68a436c21cf4115a8be8d0810ae13e6fe65e0405.tar.gz
add morph
-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"
+ ]
+}