wok-next annotate spandsp/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents 75632eca5b07
children
rev   line source
pascal@20099 1 # SliTaz package receipt v2.
pascal@1178 2
pascal@9043 3 PACKAGE="spandsp"
pascal@20099 4 VERSION="0.0.6"
pascal@9043 5 CATEGORY="system-tools"
al@20557 6 SHORT_DESC="Library of DSP functions for telephony"
pascal@1178 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15096 8 LICENSE="LGPL2.1"
al@20909 9 WEB_SITE="https://www.soft-switch.org/"
al@20557 10
pascal@20099 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9043 12 WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL"
pascal@15096 13
pascal@15096 14 BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@1178 16
al@21081 17 DEPENDS_std="libtiff zlib jpeg"
al@21081 18
al@20557 19 compile_rules() {
al@20557 20 ./configure $CONFIGURE_ARGS &&
al@20604 21 fix libtool &&
pascal@20099 22 make &&
al@20557 23 make -j1 install
pascal@1178 24 }