buildroot/package/cppunit/cppunit.mk

15 lines
409 B
Makefile
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
################################################################################
#
# 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))