wok-next annotate check/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents e19ff076dc63
children 386f4ebbec56
rev   line source
al@19737 1 # SliTaz package receipt v2.
erjo@13410 2
erjo@13410 3 PACKAGE="check"
al@20864 4 VERSION="0.12.0"
erjo@13410 5 CATEGORY="system-tools"
erjo@13410 6 SHORT_DESC="A unit testing framework for C"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15202 8 LICENSE="LGPL2.1"
al@19581 9 WEB_SITE="https://libcheck.github.io/check/"
al@20436 10 LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter05/check.html"
erjo@13410 11
al@19581 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19737 13 WGET_URL="https://github.com/libcheck/check/releases/download/$VERSION/$TARBALL"
al@21108 14 TARBALL_SHA1="f6d95392b8c6b9efdab559e6dba239b30a389b56"
al@19737 15
al@21020 16 SPLIT="$PACKAGE-dev"
erjo@13410 17
al@21094 18 COOKOPTS="force-arch" # different .h
al@21094 19
al@21108 20 COPY_std="*.so*"
al@21108 21 COPY_dev="@dev checkmk"
al@21108 22
al@20436 23 compile_rules() {
al@19737 24 ./configure \
al@19737 25 --disable-static \
al@19737 26 $CONFIGURE_ARGS &&
al@20569 27 fix libtool &&
al@20569 28 make &&
al@20569 29 make install
erjo@13410 30 }