summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-18 17:27:29 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-19 12:30:55 +0000
commitb29ac16dd937effea255b76cef497fd98a8f417b (patch)
tree7cb504804b1bdae511b6406c1f5cc0b0bd8ee01c
parentc7ba7e3152d0d369227d151ab15266f55ea07ae7 (diff)
downloaddefinitions-b29ac16dd937effea255b76cef497fd98a8f417b.tar.gz
Add lua53 stratum with tha latest lua in it (5.3.2)
Change-Id: Ibe0320e97d7bd8c4622fdb1284168f85d40c0419
-rw-r--r--strata/lua53.morph11
-rw-r--r--strata/lua53/lua53.morph9
2 files changed, 20 insertions, 0 deletions
diff --git a/strata/lua53.morph b/strata/lua53.morph
new file mode 100644
index 00000000..5cea88fb
--- /dev/null
+++ b/strata/lua53.morph
@@ -0,0 +1,11 @@
+name: lua53
+kind: stratum
+description: Interpreter for the lua 5.3 scripting language.
+build-depends:
+- morph: strata/core.morph
+chunks:
+- name: lua53
+ morph: strata/lua53/lua53.morph
+ repo: upstream:lua-github
+ ref: a7d799273a401040945826dbe1bd9edb8dab0662
+ unpetrify-ref: baserock/5.3.2
diff --git a/strata/lua53/lua53.morph b/strata/lua53/lua53.morph
new file mode 100644
index 00000000..c8c43d64
--- /dev/null
+++ b/strata/lua53/lua53.morph
@@ -0,0 +1,9 @@
+name: lua53
+kind: chunk
+build-system: manual
+build-commands:
+- make linux
+install-commands:
+- make INSTALL_TOP="$DESTDIR/$PREFIX" install
+- mkdir -p "$DESTDIR/$PREFIX/lib/pkgconfig/"
+- cp lua.pc "$DESTDIR/$PREFIX/lib/pkgconfig/"