summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-13 18:35:09 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-14 00:30:53 +0100
commit2f2f977e4af8fb9401311375a0b51a397529ff88 (patch)
treefc68bcb9a494cb647cee39daa4f14f91db7bd2a3
parent9b1af42efed16cb15a551c4ef695a17473869061 (diff)
downloaddefinitions-2f2f977e4af8fb9401311375a0b51a397529ff88.tar.gz
Add strata/autotools.morph
Change-Id: I853bd1c8e1c05ed4c51b1526cebf2588010535e7
-rw-r--r--strata/autotools.morph271
-rw-r--r--strata/autotools/autoconf-tarball.morph (renamed from strata/core/autoconf-tarball.morph)0
-rw-r--r--strata/autotools/autoconf.morph (renamed from strata/core/autoconf.morph)0
-rw-r--r--strata/autotools/automake.morph (renamed from strata/core/automake.morph)0
-rw-r--r--strata/autotools/bison.morph (renamed from strata/core/bison.morph)0
-rw-r--r--strata/autotools/bzip2.morph (renamed from strata/core/bzip2.morph)0
-rw-r--r--strata/autotools/ca-certificates.morph (renamed from strata/core/ca-certificates.morph)0
-rw-r--r--strata/autotools/curl.morph (renamed from strata/core/curl.morph)0
-rw-r--r--strata/autotools/flex.morph (renamed from strata/core/flex.morph)0
-rw-r--r--strata/autotools/gdbm.morph (renamed from strata/core/gdbm.morph)0
-rw-r--r--strata/autotools/gettext-tarball.morph (renamed from strata/core/gettext-tarball.morph)0
-rw-r--r--strata/autotools/git-minimal.morph (renamed from strata/core/git-minimal.morph)0
-rw-r--r--strata/autotools/libexpat.morph (renamed from strata/core/libexpat.morph)0
-rw-r--r--strata/autotools/libffi.morph (renamed from strata/core/libffi.morph)0
-rw-r--r--strata/autotools/libtool-tarball.morph (renamed from strata/core/libtool-tarball.morph)0
-rw-r--r--strata/autotools/mini-utils.morph (renamed from strata/core/mini-utils.morph)0
-rw-r--r--strata/autotools/ncurses.morph (renamed from strata/core/ncurses.morph)0
-rw-r--r--strata/autotools/openssl-new.morph (renamed from strata/core/openssl-new.morph)0
-rw-r--r--strata/autotools/patch.morph (renamed from strata/core/patch.morph)0
-rw-r--r--strata/autotools/perl.morph (renamed from strata/core/perl.morph)0
-rw-r--r--strata/autotools/pkg-config.morph (renamed from strata/core/pkg-config.morph)0
-rw-r--r--strata/autotools/python3.morph (renamed from strata/core/python3.morph)0
-rw-r--r--strata/autotools/readline.morph (renamed from strata/core/readline.morph)0
-rw-r--r--strata/autotools/texinfo-tarball.morph (renamed from strata/core/texinfo-tarball.morph)0
24 files changed, 271 insertions, 0 deletions
diff --git a/strata/autotools.morph b/strata/autotools.morph
new file mode 100644
index 00000000..02f10db1
--- /dev/null
+++ b/strata/autotools.morph
@@ -0,0 +1,271 @@
+name: autotools
+kind: stratum
+build-depends:
+- morph: strata/build-essential.morph
+chunks:
+- name: gdbm
+ morph: strata/autotools/gdbm.morph
+ repo: upstream:gdbm-tarball
+ ref: e5faeaaf75ecfb705a9b643b3e4cb881ebb69f48
+ unpetrify-ref: gdbm-1.11
+- name: perl
+ morph: strata/autotools/perl.morph
+ repo: upstream:perl
+ ref: 70f63a4c7dba89e8e48b44de7978faae4319e693
+ unpetrify-ref: v5.22.0
+ build-depends:
+ - gdbm
+- name: ncurses
+ morph: strata/autotools/ncurses.morph
+ repo: upstream:ncurses
+ ref: f6d73a10a980bc78969c3af93665cbe7d06c3646
+ unpetrify-ref: ncurses-5.9-20150131
+- name: texinfo-tarball
+ morph: strata/autotools/texinfo-tarball.morph
+ repo: upstream:texinfo-tarball
+ ref: 6a55f074b1f67d02149c13931eb1df9f0e539b15
+ unpetrify-ref: texinfo-5.2
+ build-depends:
+ - ncurses
+ - perl
+- name: autoconf-tarball
+ morph: strata/autotools/autoconf-tarball.morph
+ repo: upstream:autoconf-tarball
+ ref: 55d1d2c339bc5f935f6d8d702e98b7bd5d968e9d
+ unpetrify-ref: autoconf-2.69
+ build-depends:
+ - perl
+- name: automake
+ morph: strata/autotools/automake.morph
+ repo: upstream:automake
+ ref: db43dd473361d90d8b00362cfef5bac8e722000d
+ unpetrify-ref: v1.15
+ build-depends:
+ - autoconf-tarball
+ - perl
+ - texinfo-tarball
+- name: help2man
+ repo: upstream:help2man
+ ref: 83bab7e2e8e24a380266a9a247c029c49b0de666
+ unpetrify-ref: baserock/v1.46.5
+ build-system: autotools
+ build-depends:
+ - autoconf-tarball
+ - automake
+# Note: autoconf's version number must be set in autoconf's chunk morph,
+# so if you update autoconf be sure to also update the version number
+# in strata/core/autoconf.morph
+- name: autoconf
+ morph: strata/autotools/autoconf.morph
+ repo: upstream:autoconf
+ ref: 218f9347c9c34919c2b8eef8d9a0513ac567a3c1
+ unpetrify-ref: baserock/v2.69-texinfo-fix
+ build-depends:
+ - autoconf-tarball
+ - automake
+ - help2man
+ - texinfo-tarball
+- name: libtool-tarball
+ morph: strata/autotools/libtool-tarball.morph
+ repo: upstream:libtool-tarball
+ ref: c026ca36e37d2643623a75d0d3e9e451023139f3
+ unpetrify-ref: libtool-2.4.6
+- name: file
+ repo: upstream:file
+ ref: 670c2bbcffe873a2b8589ed140c12e7923ef20c0
+ unpetrify-ref: file-5.22
+ build-system: autotools
+- name: libexpat
+ morph: strata/autotools/libexpat.morph
+ repo: upstream:libexpat
+ ref: 7cfc09db3e258129ab05811f2f9e351746ddab9f
+ unpetrify-ref: R_2_1_0
+ build-depends:
+ - autoconf
+ - automake
+ - file
+ - libtool-tarball
+- name: openssl-new
+ morph: strata/autotools/openssl-new.morph
+ repo: upstream:openssl-new
+ ref: 5dd94f1847c744929a3bd24819f1c99644bb18c7
+ unpetrify-ref: OpenSSL_1_0_2h
+ build-depends:
+ - perl
+- name: bzip2
+ morph: strata/autotools/bzip2.morph
+ repo: upstream:bzip2
+ ref: 8deafa68e52b230018c0318dc7959ff9af3ad2a5
+ unpetrify-ref: baserock/morph
+- name: readline
+ morph: strata/autotools/readline.morph
+ repo: upstream:readline
+ ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6
+ unpetrify-ref: baserock/genivi/baseline
+ build-depends:
+ - automake
+- name: libffi
+ morph: strata/autotools/libffi.morph
+ repo: upstream:libffi
+ ref: 77d4586cc47e8f4c02278afbc220145bba0d442b
+ unpetrify-ref: baserock/morph
+ build-depends:
+ - autoconf
+ - automake
+- name: sqlite3
+ repo: upstream:sqlite3
+ ref: 24adc227bc29cd17e39df097fbca389c7724cd14
+ unpetrify-ref: sqlite-autoconf-3080801
+ build-system: autotools
+- name: python3
+ morph: strata/autotools/python3.morph
+ repo: upstream:cpython
+ ref: 3f1e8a3de39ff8a807720d57f49a91d7449435ad
+ unpetrify-ref: v3.4.3
+ build-depends:
+ - openssl-new
+ - bzip2
+ - libexpat
+ - libffi
+ - sqlite3
+ - ncurses
+ - readline
+- name: ca-certificates
+ morph: strata/autotools/ca-certificates.morph
+ repo: upstream:ca-certificates
+ ref: 642c21872876ce2f9ec323b1df44f1cd6c47e91c
+ unpetrify-ref: baserock/debian/20150426
+ build-depends:
+ - automake
+ - python3
+- name: curl
+ morph: strata/autotools/curl.morph
+ repo: upstream:curl
+ ref: 8f995e2e0022292374fc99a2277069b08ad98b5c
+ unpetrify-ref: curl-7_47_1
+ build-depends:
+ - autoconf
+ - automake
+ - file
+ - libtool-tarball
+ - openssl-new
+- name: gettext-tarball
+ morph: strata/autotools/gettext-tarball.morph
+ repo: upstream:gettext-tarball
+ ref: 482840e61f86ca321838a91e902c41d40c098bbb
+ unpetrify-ref: gettext-0.19.4
+ build-depends:
+ - libexpat
+- name: git-minimal
+ morph: strata/autotools/git-minimal.morph
+ repo: upstream:git
+ ref: ed9067f705aa51819c7dfff7e4190dd267beaf5d
+ unpetrify-ref: v2.8.0-rc2
+ build-depends:
+ - autoconf
+ - python3
+ - curl
+ - gettext-tarball
+ - libexpat
+ - openssl-new
+- name: flex
+ morph: strata/autotools/flex.morph
+ repo: upstream:flex
+ ref: de10f98e8a2dc2a021796811490d0f30c3cd90bf
+ unpetrify-ref: baserock/build-essential
+ build-depends:
+ - automake
+ - file
+ - gettext-tarball
+- name: mini-utils
+ morph: strata/autotools/mini-utils.morph
+ repo: baserock:baserock/mini-utils
+ ref: 5293265b29bbf468ab9d7f3302b19dbc81d0f8b8
+ unpetrify-ref: master
+- name: bison
+ morph: strata/autotools/bison.morph
+ repo: upstream:bison
+ ref: c4e686a1abd817b4d4da5bdd5b3a5540566fd4a0
+ unpetrify-ref: v3.0.4
+ build-depends:
+ - autoconf
+ - automake
+ - flex
+ - gettext-tarball
+ - git-minimal
+ - help2man
+ - mini-utils
+ submodules:
+ submodules/autoconf:
+ url: upstream:autoconf
+ gnulib:
+ url: upstream:gnulib
+- name: patch
+ morph: strata/autotools/patch.morph
+ repo: upstream:patch
+ ref: 3b698ab6a13fd3e5890689cd85cf41312c682f8c
+ unpetrify-ref: v2.7.5
+ build-depends:
+ - autoconf
+ - automake
+ - bison
+ - git-minimal
+ - mini-utils
+ submodules:
+ gnulib:
+ url: upstream:gnulib
+- name: xz
+ repo: upstream:xz
+ ref: a0cd05ee71d330b79ead6eb9222e1b24e1559d3a
+ unpetrify-ref: v5.2.0
+ build-system: autotools
+ build-depends:
+ - autoconf
+ - automake
+ - file
+ - gettext-tarball
+ - libtool-tarball
+- name: libtool
+ repo: upstream:libtool
+ ref: f09d00cbcf924c378573163e244fffeb8d28005f
+ unpetrify-ref: v2.4.6
+ build-system: autotools
+ build-depends:
+ - autoconf
+ - automake
+ - file
+ - help2man
+ - git-minimal
+ - patch
+ - texinfo-tarball
+ - xz
+ submodules:
+ gnulib:
+ url: upstream:gnulib
+- name: pkg-config
+ morph: strata/autotools/pkg-config.morph
+ repo: upstream:pkg-config
+ ref: 74ceac54ef6f9247c00f08eecd8cca811a3c5934
+ unpetrify-ref: pkg-config-0.28
+ build-depends:
+ - autoconf
+ - automake
+ - libtool
+- name: XML-Parser
+ repo: upstream:XML-Parser
+ ref: e1a3ec157140a699e3020836475a0df622f70f1b
+ unpetrify-ref: baserock/morph
+ build-system: cpan
+ build-depends:
+ - libexpat
+ - perl
+- name: intltool
+ repo: upstream:intltool
+ ref: 12f04c88be9ff8a578d8fd6990ee2448c66dc5f4
+ unpetrify-ref: baserock/morph
+ build-system: autotools
+ build-depends:
+ - XML-Parser
+ - autoconf
+ - automake
+ - perl
diff --git a/strata/core/autoconf-tarball.morph b/strata/autotools/autoconf-tarball.morph
index fbdc5768..fbdc5768 100644
--- a/strata/core/autoconf-tarball.morph
+++ b/strata/autotools/autoconf-tarball.morph
diff --git a/strata/core/autoconf.morph b/strata/autotools/autoconf.morph
index 63b95ba8..63b95ba8 100644
--- a/strata/core/autoconf.morph
+++ b/strata/autotools/autoconf.morph
diff --git a/strata/core/automake.morph b/strata/autotools/automake.morph
index 282535d6..282535d6 100644
--- a/strata/core/automake.morph
+++ b/strata/autotools/automake.morph
diff --git a/strata/core/bison.morph b/strata/autotools/bison.morph
index 7b880cb6..7b880cb6 100644
--- a/strata/core/bison.morph
+++ b/strata/autotools/bison.morph
diff --git a/strata/core/bzip2.morph b/strata/autotools/bzip2.morph
index f4bdb794..f4bdb794 100644
--- a/strata/core/bzip2.morph
+++ b/strata/autotools/bzip2.morph
diff --git a/strata/core/ca-certificates.morph b/strata/autotools/ca-certificates.morph
index 0497b283..0497b283 100644
--- a/strata/core/ca-certificates.morph
+++ b/strata/autotools/ca-certificates.morph
diff --git a/strata/core/curl.morph b/strata/autotools/curl.morph
index d445ee00..d445ee00 100644
--- a/strata/core/curl.morph
+++ b/strata/autotools/curl.morph
diff --git a/strata/core/flex.morph b/strata/autotools/flex.morph
index 615bf79e..615bf79e 100644
--- a/strata/core/flex.morph
+++ b/strata/autotools/flex.morph
diff --git a/strata/core/gdbm.morph b/strata/autotools/gdbm.morph
index 6bec33e0..6bec33e0 100644
--- a/strata/core/gdbm.morph
+++ b/strata/autotools/gdbm.morph
diff --git a/strata/core/gettext-tarball.morph b/strata/autotools/gettext-tarball.morph
index 4983b484..4983b484 100644
--- a/strata/core/gettext-tarball.morph
+++ b/strata/autotools/gettext-tarball.morph
diff --git a/strata/core/git-minimal.morph b/strata/autotools/git-minimal.morph
index 8b562ef6..8b562ef6 100644
--- a/strata/core/git-minimal.morph
+++ b/strata/autotools/git-minimal.morph
diff --git a/strata/core/libexpat.morph b/strata/autotools/libexpat.morph
index 05285c0d..05285c0d 100644
--- a/strata/core/libexpat.morph
+++ b/strata/autotools/libexpat.morph
diff --git a/strata/core/libffi.morph b/strata/autotools/libffi.morph
index 174477af..174477af 100644
--- a/strata/core/libffi.morph
+++ b/strata/autotools/libffi.morph
diff --git a/strata/core/libtool-tarball.morph b/strata/autotools/libtool-tarball.morph
index 65a3edbc..65a3edbc 100644
--- a/strata/core/libtool-tarball.morph
+++ b/strata/autotools/libtool-tarball.morph
diff --git a/strata/core/mini-utils.morph b/strata/autotools/mini-utils.morph
index a3d1109e..a3d1109e 100644
--- a/strata/core/mini-utils.morph
+++ b/strata/autotools/mini-utils.morph
diff --git a/strata/core/ncurses.morph b/strata/autotools/ncurses.morph
index 42acb481..42acb481 100644
--- a/strata/core/ncurses.morph
+++ b/strata/autotools/ncurses.morph
diff --git a/strata/core/openssl-new.morph b/strata/autotools/openssl-new.morph
index 2ed14ff2..2ed14ff2 100644
--- a/strata/core/openssl-new.morph
+++ b/strata/autotools/openssl-new.morph
diff --git a/strata/core/patch.morph b/strata/autotools/patch.morph
index b7f146ef..b7f146ef 100644
--- a/strata/core/patch.morph
+++ b/strata/autotools/patch.morph
diff --git a/strata/core/perl.morph b/strata/autotools/perl.morph
index ce086aa7..ce086aa7 100644
--- a/strata/core/perl.morph
+++ b/strata/autotools/perl.morph
diff --git a/strata/core/pkg-config.morph b/strata/autotools/pkg-config.morph
index ed35a2ac..ed35a2ac 100644
--- a/strata/core/pkg-config.morph
+++ b/strata/autotools/pkg-config.morph
diff --git a/strata/core/python3.morph b/strata/autotools/python3.morph
index 68184f31..68184f31 100644
--- a/strata/core/python3.morph
+++ b/strata/autotools/python3.morph
diff --git a/strata/core/readline.morph b/strata/autotools/readline.morph
index 08c9586c..08c9586c 100644
--- a/strata/core/readline.morph
+++ b/strata/autotools/readline.morph
diff --git a/strata/core/texinfo-tarball.morph b/strata/autotools/texinfo-tarball.morph
index 5f784ba2..5f784ba2 100644
--- a/strata/core/texinfo-tarball.morph
+++ b/strata/autotools/texinfo-tarball.morph