diff options
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r-- | src/cppunit.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk index c885b25..cd9524b 100644 --- a/src/cppunit.mk +++ b/src/cppunit.mk @@ -1,6 +1,8 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := cppunit +$(PKG)_WEBSITE := http://www.freedesktop.org/wiki/Software/cppunit/ +$(PKG)_DESCR := CppUnit $(PKG)_IGNORE := $(PKG)_VERSION := 1.13.2 $(PKG)_CHECKSUM := 3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f |