summaryrefslogtreecommitdiffstats
path: root/package/cunit/cunit.mk
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/cunit.mk
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/cunit.mk')
-rw-r--r--package/cunit/cunit.mk17
1 files changed, 17 insertions, 0 deletions
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