summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/gengetopt/gengetopt.hash2
-rw-r--r--package/gengetopt/gengetopt.mk15
2 files changed, 17 insertions, 0 deletions
diff --git a/package/gengetopt/gengetopt.hash b/package/gengetopt/gengetopt.hash
new file mode 100644
index 0000000000..4f411ac8b3
--- /dev/null
+++ b/package/gengetopt/gengetopt.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7 gengetopt-2.22.6.tar.gz
diff --git a/package/gengetopt/gengetopt.mk b/package/gengetopt/gengetopt.mk
new file mode 100644
index 0000000000..7477d53deb
--- /dev/null
+++ b/package/gengetopt/gengetopt.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# gengetopt
+#
+################################################################################
+
+GENGETOPT_VERSION = 2.22.6
+GENGETOPT_SITE = $(BR2_GNU_MIRROR)/gengetopt/
+GENGETOPT_LICENSE = GPLv3+
+GENGETOPT_LICENSE_FILES = COPYING LICENSE
+
+# Parallel build broken
+GENGETOPT_MAKE = $(MAKE1)
+
+$(eval $(host-autotools-package))
OpenPOWER on IntegriCloud