wok-next view cppunit/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 807c93dff9eb
children 408bf3cc43de
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cppunit"
4 VERSION="1.14.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="A C++ unit testing framework"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/cppunit/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://dev-www.libreoffice.org/src/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 cppunit) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }