xref: /OK3568_Linux_fs/buildroot/package/cunit/cunit.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# cunit
4#
5################################################################################
6
7CUNIT_VERSION = 2.1-3
8CUNIT_SITE = http://downloads.sourceforge.net/project/cunit/CUnit/$(CUNIT_VERSION)
9CUNIT_SOURCE = CUnit-$(CUNIT_VERSION).tar.bz2
10CUNIT_INSTALL_STAGING = YES
11CUNIT_LICENSE = LGPL-2.0+
12CUNIT_LICENSE_FILES = COPYING
13
14# The source archive does not have the autoconf/automake material generated.
15CUNIT_AUTORECONF = YES
16
17$(eval $(autotools-package))
18