Files
CoreMP135_buildroot/package/cppunit/cppunit.mk
T

15 lines
409 B
Makefile
Raw Normal View History

2014-10-28 20:14:49 -04:00
################################################################################
#
# cppunit
#
################################################################################
2020-01-25 21:06:32 +01:00
CPPUNIT_VERSION = 1.15.1
2014-10-28 20:14:49 -04:00
CPPUNIT_SITE = http://dev-www.libreoffice.org/src
CPPUNIT_INSTALL_STAGING = YES
CPPUNIT_LICENSE = LGPL-2.1
2014-10-28 20:14:49 -04:00
CPPUNIT_LICENSE_FILES = COPYING
CPPUNIT_CONF_OPTS = --disable-doxygen
$(eval $(autotools-package))