wok-next view speexdsp/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="speexdsp"
4 VERSION="1.2rc3"
5 CATEGORY="multimedia"
6 SHORT_DESC="Patent-free, Open Source/Free Software DSP library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.speex.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/speex.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 speexdsp) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }