wok-next view cppunit/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 0f38eda21e70
children 807c93dff9eb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cppunit"
4 VERSION="1.12.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="A C++ unit testing framework"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://sourceforge.net/projects/cppunit/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gfortran doxygen coreutils-path"
15 SPLIT="cppunit-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 cppunit) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }