wok-next annotate cppunit/receipt @ rev 21465

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