summaryrefslogtreecommitdiffstats
path: root/package/cunit
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-11-01 13:58:15 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-29 22:39:00 +0100
commitfb04a819ae9188be482630ba707ad90cf7319ed1 (patch)
treea02a1080df38ab3e2cfe9e41bcef359eb6be7e20 /package/cunit
parentd6bd004a0b518d5e49cc65e71eb33e9235b6458a (diff)
downloadbuildroot-fb04a819ae9188be482630ba707ad90cf7319ed1.tar.gz
buildroot-fb04a819ae9188be482630ba707ad90cf7319ed1.zip
package/cunit: new package
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Thomas: fix license, it's LGPL-2.0+.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/cunit')
-rw-r--r--package/cunit/Config.in6
-rw-r--r--package/cunit/cunit.hash3
-rw-r--r--package/cunit/cunit.mk17
3 files changed, 26 insertions, 0 deletions
diff --git a/package/cunit/Config.in b/package/cunit/Config.in
new file mode 100644
index 0000000000..8bcfa2a4ec
--- /dev/null
+++ b/package/cunit/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_CUNIT
+ bool "cunit"
+ help
+ An automated testing framework in 'C'.
+
+ http://cunit.sourceforge.net/
diff --git a/package/cunit/cunit.hash b/package/cunit/cunit.hash
new file mode 100644
index 0000000000..bbd43a78ca
--- /dev/null
+++ b/package/cunit/cunit.hash
@@ -0,0 +1,3 @@
+# Locally calculated:
+sha256 f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214 CUnit-2.1-3.tar.bz2
+sha256 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f COPYING
diff --git a/package/cunit/cunit.mk b/package/cunit/cunit.mk
new file mode 100644
index 0000000000..9fc3b96141
--- /dev/null
+++ b/package/cunit/cunit.mk
@@ -0,0 +1,17 @@
+################################################################################
+#
+# cunit
+#
+################################################################################
+
+CUNIT_VERSION = 2.1-3
+CUNIT_SITE = http://downloads.sourceforge.net/project/cunit/CUnit/$(CUNIT_VERSION)
+CUNIT_SOURCE = CUnit-$(CUNIT_VERSION).tar.bz2
+CUNIT_INSTALL_STAGING = YES
+CUNIT_LICENSE = LGPL-2.0+
+CUNIT_LICENSE_FILES = COPYING
+
+# The source archive does not have the autoconf/automake material generated.
+CUNIT_AUTORECONF = YES
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud