summaryrefslogtreecommitdiff
path: root/strata/smartdevicelink/log4cxx.morph
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-17 14:05:08 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-17 14:05:08 +0000
commit89994599e42e9ffc48cbcafbeec08710cb452537 (patch)
tree206c0ef3bd0b0fa8108718d87484b731e256af25 /strata/smartdevicelink/log4cxx.morph
parentb257dc5ab32bef7b4dc30830a5d23ad58ada87d8 (diff)
downloaddefinitions-89994599e42e9ffc48cbcafbeec08710cb452537.tar.gz
Add Smartdevicelink stratum based on Paul Sherwood's work
Diffstat (limited to 'strata/smartdevicelink/log4cxx.morph')
-rw-r--r--strata/smartdevicelink/log4cxx.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/smartdevicelink/log4cxx.morph b/strata/smartdevicelink/log4cxx.morph
new file mode 100644
index 00000000..e236a952
--- /dev/null
+++ b/strata/smartdevicelink/log4cxx.morph
@@ -0,0 +1,9 @@
+name: log4cxx
+kind: chunk
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-apr=/usr/lib/apr-2
+build-commands:
+- make
+install-commands:
+- make install