Add build script for generating packages

This adds a build script using make and removes the shell script that
was in place. It can generate deb packages and rpm packages. Versioning
is controlled in the top of the make file by setting the proper
variables. RHEL 7 and RHEL 8 use different spec files due to the
different naming conventions of the packages in the major releases. A
supported install and remove method are also provided.

Signed-off-by: Justin Thaler <thalerj@us.ibm.com>
Change-Id: I031d3e6af4ced0ef8281124f6e89401a7291e141
diff --git a/thalerj/build-scripts/control b/thalerj/build-scripts/control
new file mode 100755
index 0000000..dec38f5
--- /dev/null
+++ b/thalerj/build-scripts/control
@@ -0,0 +1,13 @@
+Package: openbmctool
+Provides: openbmctool
+Version: 1.18.1
+License: Apache 2.0
+Vendor: IBM
+Architecture: all
+Maintainer: IBM
+Installed-Size: 1285
+Section: System Environment/Base
+Priority: extra
+Homepage: http://ibm.com
+Description: A tool based on ipmitool for interacting with OpenBMC via it's REST API
+Depends: python3, python3-requests, python3-simplejson