wok-next annotate spandsp/receipt @ rev 20557

Remove *.la files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:01:14 2018 +0300 (2018-04-07)
parents 4eb9bdb1d723
children 10df65db91ad
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 &&
pascal@20099 19 make &&
al@20557 20 make -j1 install
pascal@1178 21 }
pascal@1178 22
al@20557 23 genpkg_rules() {
pascal@20099 24 case $PACKAGE in
al@20557 25 spandsp)
al@20557 26 copy @std
al@20557 27 DEPENDS="tiff zlib jpeg"
al@20557 28 ;;
al@20557 29 *-dev)
al@20557 30 copy @dev
al@20557 31 ;;
pascal@20099 32 esac
pascal@1178 33 }