summaryrefslogtreecommitdiffstats
path: root/config/automake-1.12-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-10-31 12:09:38 +1100
committerChris Johns <chrisj@rtems.org>2012-10-31 12:09:38 +1100
commit52604491d35d6d6df76f0cec5607455abf2b39b8 (patch)
tree04590d7d213db26aa24e83623e6789c935355c61 /config/automake-1.12-1.cfg
parentCreate the sources path if not present and the user has forced. (diff)
downloadrtems-source-builder-52604491d35d6d6df76f0cec5607455abf2b39b8.tar.bz2
Support modules other than bintuls and gcc.
Added support to build autoconf and automake plus other packages such as libusb and the stlink project. This includes support to build a specific github version downloaded from github.
Diffstat (limited to '')
-rw-r--r--config/automake-1.12-1.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/automake-1.12-1.cfg b/config/automake-1.12-1.cfg
new file mode 100644
index 0000000..32ff39f
--- /dev/null
+++ b/config/automake-1.12-1.cfg
@@ -0,0 +1,21 @@
+#
+# Automake 1.12
+#
+
+%ifn %{defined release}
+%error No 'release' defined
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define automake_version 1.12
+
+Name: automake-%{automake_version}-%{_host}-%{release}
+
+%description
+Automake for host %{_host}.
+
+#
+# The automake build instructions. We use 1.xx Release 1.
+#
+%include %{_configdir}/automake-1-1.cfg