posaune
authorMichael Wagner <info@wagnertech.de>
Mon, 7 Mar 2016 14:54:34 +0000 (15:54 +0100)
committerMichael Wagner <info@wagnertech.de>
Mon, 7 Mar 2016 14:54:34 +0000 (15:54 +0100)
tools/make/configure [new file with mode: 0755]

diff --git a/tools/make/configure b/tools/make/configure
new file mode 100755 (executable)
index 0000000..c981fd5
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/bash
+set -e
+
+function echo_usage {
+       echo "usage: configure <package> <revision> [options]"
+       echo "  -b <branch-rev>"
+       echo "  -a <arch>"
+}
+
+# to build a package you need ...
+# <package>.co: checkout commands
+# <package>.cp: copy step
+# <package>.cpp (optional): commands to setup the C++ compile environment
+
+if [ $# -lt 2 ]
+then
+       echo_usage
+       exit 1
+fi
+