summaryrefslogtreecommitdiff
path: root/package/cppunit/cppunit.mk
blob: b8251c297a226ea5df88a7618ac5d7b9c0aa45c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# cppunit
#
################################################################################

CPPUNIT_VERSION = 1.13.2
CPPUNIT_SITE = http://dev-www.libreoffice.org/src
CPPUNIT_INSTALL_STAGING = YES
CPPUNIT_LICENSE = LGPLv2.1
CPPUNIT_LICENSE_FILES = COPYING
CPPUNIT_CONF_OPTS = --disable-doxygen

$(eval $(autotools-package))