wok-next annotate spandsp/receipt @ rev 20839

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents 9e5dca6702bf
children 7506b35e1c6f
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@20557 9 WEB_SITE="http://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@20557 15 SPLIT="spandsp-dev"
pascal@1178 16
al@20557 17 compile_rules() {
al@20557 18 ./configure $CONFIGURE_ARGS &&
al@20604 19 fix libtool &&
pascal@20099 20 make &&
al@20557 21 make -j1 install
pascal@1178 22 }
pascal@1178 23
al@20557 24 genpkg_rules() {
pascal@20099 25 case $PACKAGE in
al@20557 26 spandsp)
al@20557 27 copy @std
al@20557 28 DEPENDS="tiff zlib jpeg"
al@20557 29 ;;
al@20557 30 *-dev)
al@20557 31 copy @dev
al@20557 32 ;;
pascal@20099 33 esac
pascal@1178 34 }