mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
ae2d16a56e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
409 B
Makefile
15 lines
409 B
Makefile
################################################################################
|
|
#
|
|
# cppunit
|
|
#
|
|
################################################################################
|
|
|
|
CPPUNIT_VERSION = 1.15.1
|
|
CPPUNIT_SITE = http://dev-www.libreoffice.org/src
|
|
CPPUNIT_INSTALL_STAGING = YES
|
|
CPPUNIT_LICENSE = LGPL-2.1
|
|
CPPUNIT_LICENSE_FILES = COPYING
|
|
CPPUNIT_CONF_OPTS = --disable-doxygen
|
|
|
|
$(eval $(autotools-package))
|